1*c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later 2*c66ec88fSEmmanuel Vadot/* 3*c66ec88fSEmmanuel Vadot * P1020 RDB Device Tree Source 4*c66ec88fSEmmanuel Vadot * 5*c66ec88fSEmmanuel Vadot * Copyright 2009-2011 Freescale Semiconductor Inc. 6*c66ec88fSEmmanuel Vadot */ 7*c66ec88fSEmmanuel Vadot 8*c66ec88fSEmmanuel Vadot/include/ "p1020si-pre.dtsi" 9*c66ec88fSEmmanuel Vadot/ { 10*c66ec88fSEmmanuel Vadot model = "fsl,P1020RDB"; 11*c66ec88fSEmmanuel Vadot compatible = "fsl,P1020RDB"; 12*c66ec88fSEmmanuel Vadot 13*c66ec88fSEmmanuel Vadot memory { 14*c66ec88fSEmmanuel Vadot device_type = "memory"; 15*c66ec88fSEmmanuel Vadot }; 16*c66ec88fSEmmanuel Vadot 17*c66ec88fSEmmanuel Vadot board_lbc: lbc: localbus@ffe05000 { 18*c66ec88fSEmmanuel Vadot reg = <0 0xffe05000 0 0x1000>; 19*c66ec88fSEmmanuel Vadot 20*c66ec88fSEmmanuel Vadot /* NOR, NAND Flashes and Vitesse 5 port L2 switch */ 21*c66ec88fSEmmanuel Vadot ranges = <0x0 0x0 0x0 0xef000000 0x01000000 22*c66ec88fSEmmanuel Vadot 0x1 0x0 0x0 0xffa00000 0x00040000 23*c66ec88fSEmmanuel Vadot 0x2 0x0 0x0 0xffb00000 0x00020000>; 24*c66ec88fSEmmanuel Vadot }; 25*c66ec88fSEmmanuel Vadot 26*c66ec88fSEmmanuel Vadot board_soc: soc: soc@ffe00000 { 27*c66ec88fSEmmanuel Vadot ranges = <0x0 0x0 0xffe00000 0x100000>; 28*c66ec88fSEmmanuel Vadot }; 29*c66ec88fSEmmanuel Vadot 30*c66ec88fSEmmanuel Vadot pci0: pcie@ffe09000 { 31*c66ec88fSEmmanuel Vadot ranges = <0x2000000 0x0 0xa0000000 0 0xa0000000 0x0 0x20000000 32*c66ec88fSEmmanuel Vadot 0x1000000 0x0 0x00000000 0 0xffc10000 0x0 0x10000>; 33*c66ec88fSEmmanuel Vadot reg = <0 0xffe09000 0 0x1000>; 34*c66ec88fSEmmanuel Vadot pcie@0 { 35*c66ec88fSEmmanuel Vadot ranges = <0x2000000 0x0 0xa0000000 36*c66ec88fSEmmanuel Vadot 0x2000000 0x0 0xa0000000 37*c66ec88fSEmmanuel Vadot 0x0 0x20000000 38*c66ec88fSEmmanuel Vadot 39*c66ec88fSEmmanuel Vadot 0x1000000 0x0 0x0 40*c66ec88fSEmmanuel Vadot 0x1000000 0x0 0x0 41*c66ec88fSEmmanuel Vadot 0x0 0x100000>; 42*c66ec88fSEmmanuel Vadot }; 43*c66ec88fSEmmanuel Vadot }; 44*c66ec88fSEmmanuel Vadot 45*c66ec88fSEmmanuel Vadot pci1: pcie@ffe0a000 { 46*c66ec88fSEmmanuel Vadot reg = <0 0xffe0a000 0 0x1000>; 47*c66ec88fSEmmanuel Vadot ranges = <0x2000000 0x0 0x80000000 0 0x80000000 0x0 0x20000000 48*c66ec88fSEmmanuel Vadot 0x1000000 0x0 0x00000000 0 0xffc00000 0x0 0x10000>; 49*c66ec88fSEmmanuel Vadot pcie@0 { 50*c66ec88fSEmmanuel Vadot ranges = <0x2000000 0x0 0x80000000 51*c66ec88fSEmmanuel Vadot 0x2000000 0x0 0x80000000 52*c66ec88fSEmmanuel Vadot 0x0 0x20000000 53*c66ec88fSEmmanuel Vadot 54*c66ec88fSEmmanuel Vadot 0x1000000 0x0 0x0 55*c66ec88fSEmmanuel Vadot 0x1000000 0x0 0x0 56*c66ec88fSEmmanuel Vadot 0x0 0x100000>; 57*c66ec88fSEmmanuel Vadot }; 58*c66ec88fSEmmanuel Vadot }; 59*c66ec88fSEmmanuel Vadot}; 60*c66ec88fSEmmanuel Vadot 61*c66ec88fSEmmanuel Vadot/include/ "p1020rdb.dtsi" 62*c66ec88fSEmmanuel Vadot/include/ "p1020si-post.dtsi" 63