1 /* 2 * P1022/P1013 Silicon/SoC Device Tree Source 3 * 4 * Copyright 2011 Freescale Semiconductor Inc. 5 * 6 * Redistribution and use in source and binary 7 * modification, are permitted provided that t 8 * * Redistributions of source code must r 9 * notice, this list of conditions and t 10 * * Redistributions in binary form must r 11 * notice, this list of conditions and t 12 * documentation and/or other materials 13 * * Neither the name of Freescale Semicon 14 * names of its contributors may be used 15 * derived from this software without sp 16 * 17 * 18 * ALTERNATIVELY, this software may be distrib 19 * GNU General Public License ("GPL") as publi 20 * Foundation, either version 2 of that Licens 21 * later version. 22 * 23 * THIS SOFTWARE IS PROVIDED BY Freescale Semi 24 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, B 25 * WARRANTIES OF MERCHANTABILITY AND FITNESS F 26 * DISCLAIMED. IN NO EVENT SHALL Freescale Sem 27 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEM 28 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 29 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 30 * ON ANY THEORY OF LIABILITY, WHETHER IN CONT 31 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING 32 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILIT 33 */ 34 35 &lbc { 36 #address-cells = <2>; 37 #size-cells = <1>; 38 /* 39 * The localbus on the P1022 is not a 40 * pin muxing when the DIU is enabled. 41 */ 42 compatible = "fsl,p1022-elbc", "fsl,el 43 interrupts = <19 2 0 0>, 44 <16 2 0 0>; 45 }; 46 47 /* controller at 0x9000 */ 48 &pci0 { 49 compatible = "fsl,mpc8548-pcie"; 50 device_type = "pci"; 51 #size-cells = <2>; 52 #address-cells = <3>; 53 bus-range = <0 255>; 54 clock-frequency = <33333333>; 55 interrupts = <16 2 0 0>; 56 57 pcie@0 { 58 reg = <0 0 0 0 0>; 59 #interrupt-cells = <1>; 60 #size-cells = <2>; 61 #address-cells = <3>; 62 device_type = "pci"; 63 interrupts = <16 2 0 0>; 64 interrupt-map-mask = <0xf800 0 65 interrupt-map = < 66 /* IDSEL 0x0 */ 67 0000 0x0 0x0 0x1 &mpic 68 0000 0x0 0x0 0x2 &mpic 69 0000 0x0 0x0 0x3 &mpic 70 0000 0x0 0x0 0x4 &mpic 71 >; 72 }; 73 }; 74 75 /* controller at 0xa000 */ 76 &pci1 { 77 compatible = "fsl,mpc8548-pcie"; 78 device_type = "pci"; 79 #size-cells = <2>; 80 #address-cells = <3>; 81 bus-range = <0 255>; 82 clock-frequency = <33333333>; 83 interrupts = <16 2 0 0>; 84 85 pcie@0 { 86 reg = <0 0 0 0 0>; 87 #interrupt-cells = <1>; 88 #size-cells = <2>; 89 #address-cells = <3>; 90 device_type = "pci"; 91 interrupts = <16 2 0 0>; 92 interrupt-map-mask = <0xf800 0 93 94 interrupt-map = < 95 /* IDSEL 0x0 */ 96 0000 0x0 0x0 0x1 &mpic 97 0000 0x0 0x0 0x2 &mpic 98 0000 0x0 0x0 0x3 &mpic 99 0000 0x0 0x0 0x4 &mpic 100 >; 101 }; 102 }; 103 104 /* controller at 0xb000 */ 105 &pci2 { 106 compatible = "fsl,mpc8548-pcie"; 107 device_type = "pci"; 108 #size-cells = <2>; 109 #address-cells = <3>; 110 bus-range = <0 255>; 111 clock-frequency = <33333333>; 112 interrupts = <16 2 0 0>; 113 114 pcie@0 { 115 reg = <0 0 0 0 0>; 116 #interrupt-cells = <1>; 117 #size-cells = <2>; 118 #address-cells = <3>; 119 device_type = "pci"; 120 interrupts = <16 2 0 0>; 121 interrupt-map-mask = <0xf800 0 122 123 interrupt-map = < 124 /* IDSEL 0x0 */ 125 0000 0x0 0x0 0x1 &mpic 126 0000 0x0 0x0 0x2 &mpic 127 0000 0x0 0x0 0x3 &mpic 128 0000 0x0 0x0 0x4 &mpic 129 >; 130 }; 131 }; 132 133 &soc { 134 #address-cells = <1>; 135 #size-cells = <1>; 136 device_type = "soc"; 137 compatible = "fsl,p1022-immr", "simple 138 bus-frequency = <0>; // Fil 139 140 ecm-law@0 { 141 compatible = "fsl,ecm-law"; 142 reg = <0x0 0x1000>; 143 fsl,num-laws = <12>; 144 }; 145 146 ecm@1000 { 147 compatible = "fsl,p1022-ecm", 148 reg = <0x1000 0x1000>; 149 interrupts = <16 2 0 0>; 150 }; 151 152 memory-controller@2000 { 153 compatible = "fsl,p1022-memory 154 reg = <0x2000 0x1000>; 155 interrupts = <16 2 0 0>; 156 }; 157 158 /include/ "pq3-i2c-0.dtsi" 159 /include/ "pq3-i2c-1.dtsi" 160 /include/ "pq3-duart-0.dtsi" 161 /include/ "pq3-espi-0.dtsi" 162 spi@7000 { 163 fsl,espi-num-chipselects = <4> 164 }; 165 166 /include/ "pq3-dma-1.dtsi" 167 dma@c300 { 168 dma00: dma-channel@0 { 169 compatible = "fsl,ssi- 170 }; 171 dma01: dma-channel@80 { 172 compatible = "fsl,ssi- 173 }; 174 }; 175 176 /include/ "pq3-gpio-0.dtsi" 177 178 display: display@10000 { 179 compatible = "fsl,diu", "fsl,p 180 reg = <0x10000 1000>; 181 interrupts = <64 2 0 0>; 182 }; 183 184 ssi@15000 { 185 compatible = "fsl,mpc8610-ssi" 186 cell-index = <0>; 187 reg = <0x15000 0x100>; 188 interrupts = <75 2 0 0>; 189 fsl,playback-dma = <&dma00>; 190 fsl,capture-dma = <&dma01>; 191 fsl,fifo-depth = <15>; 192 }; 193 194 /include/ "pq3-sata2-0.dtsi" 195 /include/ "pq3-sata2-1.dtsi" 196 197 L2: l2-cache-controller@20000 { 198 compatible = "fsl,p1022-l2-cac 199 reg = <0x20000 0x1000>; 200 cache-line-size = <32>; // 32 201 cache-size = <0x40000>; // L2, 202 interrupts = <16 2 0 0>; 203 }; 204 205 /include/ "pq3-dma-0.dtsi" 206 /include/ "pq3-usb2-dr-0.dtsi" 207 usb@22000 { 208 compatible = "fsl-usb2-dr-v1.6 209 }; 210 /include/ "pq3-usb2-dr-1.dtsi" 211 usb@23000 { 212 compatible = "fsl-usb2-dr-v1.6 213 }; 214 215 /include/ "pq3-esdhc-0.dtsi" 216 sdhc@2e000 { 217 compatible = "fsl,p1022-esdhc" 218 sdhci,auto-cmd12; 219 }; 220 221 /include/ "pq3-sec3.3-0.dtsi" 222 /include/ "pq3-mpic.dtsi" 223 /include/ "pq3-mpic-timer-B.dtsi" 224 225 /include/ "pq3-etsec2-0.dtsi" 226 enet0: enet0_grp2: ethernet@b0000 { 227 fsl,wake-on-filer; 228 fsl,pmc-handle = <&etsec1_clk> 229 }; 230 231 /include/ "pq3-etsec2-1.dtsi" 232 enet1: enet1_grp2: ethernet@b1000 { 233 fsl,wake-on-filer; 234 fsl,pmc-handle = <&etsec2_clk> 235 }; 236 237 global-utilities@e0000 { 238 compatible = "fsl,p1022-guts"; 239 reg = <0xe0000 0x1000>; 240 fsl,has-rstcr; 241 }; 242 243 /include/ "pq3-power.dtsi" 244 power@e0070 { 245 compatible = "fsl,p1022-pmc", 246 "fsl,mpc8548-p 247 }; 248 249 }; 250 251 /include/ "pq3-etsec2-grp2-0.dtsi" 252 /include/ "pq3-etsec2-grp2-1.dtsi"
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.