diff options
| -rw-r--r-- | arch/powerpc/boot/dts/mpc8540ads.dts | 257 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/mpc8541cds.dts | 244 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/mpc8548cds.dts | 287 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/mpc8555cds.dts | 244 |
4 files changed, 1032 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8540ads.dts b/arch/powerpc/boot/dts/mpc8540ads.dts new file mode 100644 index 000000000000..93d2c2de6566 --- /dev/null +++ b/arch/powerpc/boot/dts/mpc8540ads.dts | |||
| @@ -0,0 +1,257 @@ | |||
| 1 | /* | ||
| 2 | * MPC8540 ADS Device Tree Source | ||
| 3 | * | ||
| 4 | * Copyright 2006 Freescale Semiconductor Inc. | ||
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or modify it | ||
| 7 | * under the terms of the GNU General Public License as published by the | ||
| 8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
| 9 | * option) any later version. | ||
| 10 | */ | ||
| 11 | |||
| 12 | |||
| 13 | / { | ||
| 14 | model = "MPC8540ADS"; | ||
| 15 | compatible = "MPC85xxADS"; | ||
| 16 | #address-cells = <1>; | ||
| 17 | #size-cells = <1>; | ||
| 18 | linux,phandle = <100>; | ||
| 19 | |||
| 20 | cpus { | ||
| 21 | #cpus = <1>; | ||
| 22 | #address-cells = <1>; | ||
| 23 | #size-cells = <0>; | ||
| 24 | linux,phandle = <200>; | ||
| 25 | |||
| 26 | PowerPC,8540@0 { | ||
| 27 | device_type = "cpu"; | ||
| 28 | reg = <0>; | ||
| 29 | d-cache-line-size = <20>; // 32 bytes | ||
| 30 | i-cache-line-size = <20>; // 32 bytes | ||
| 31 | d-cache-size = <8000>; // L1, 32K | ||
| 32 | i-cache-size = <8000>; // L1, 32K | ||
| 33 | timebase-frequency = <0>; // 33 MHz, from uboot | ||
| 34 | bus-frequency = <0>; // 166 MHz | ||
| 35 | clock-frequency = <0>; // 825 MHz, from uboot | ||
| 36 | 32-bit; | ||
| 37 | linux,phandle = <201>; | ||
| 38 | }; | ||
| 39 | }; | ||
| 40 | |||
| 41 | memory { | ||
| 42 | device_type = "memory"; | ||
| 43 | linux,phandle = <300>; | ||
| 44 | reg = <00000000 08000000>; // 128M at 0x0 | ||
| 45 | }; | ||
| 46 | |||
| 47 | soc8540@e0000000 { | ||
| 48 | #address-cells = <1>; | ||
| 49 | #size-cells = <1>; | ||
| 50 | #interrupt-cells = <2>; | ||
| 51 | device_type = "soc"; | ||
| 52 | ranges = <0 e0000000 00100000>; | ||
| 53 | reg = <e0000000 00100000>; // CCSRBAR 1M | ||
| 54 | bus-frequency = <0>; | ||
| 55 | |||
| 56 | i2c@3000 { | ||
| 57 | device_type = "i2c"; | ||
| 58 | compatible = "fsl-i2c"; | ||
| 59 | reg = <3000 100>; | ||
| 60 | interrupts = <1b 2>; | ||
| 61 | interrupt-parent = <40000>; | ||
| 62 | dfsrr; | ||
| 63 | }; | ||
| 64 | |||
| 65 | mdio@24520 { | ||
| 66 | #address-cells = <1>; | ||
| 67 | #size-cells = <0>; | ||
| 68 | device_type = "mdio"; | ||
| 69 | compatible = "gianfar"; | ||
| 70 | reg = <24520 20>; | ||
| 71 | linux,phandle = <24520>; | ||
| 72 | ethernet-phy@0 { | ||
| 73 | linux,phandle = <2452000>; | ||
| 74 | interrupt-parent = <40000>; | ||
| 75 | interrupts = <35 1>; | ||
| 76 | reg = <0>; | ||
| 77 | device_type = "ethernet-phy"; | ||
| 78 | }; | ||
| 79 | ethernet-phy@1 { | ||
| 80 | linux,phandle = <2452001>; | ||
| 81 | interrupt-parent = <40000>; | ||
| 82 | interrupts = <35 1>; | ||
| 83 | reg = <1>; | ||
| 84 | device_type = "ethernet-phy"; | ||
| 85 | }; | ||
| 86 | ethernet-phy@2 { | ||
| 87 | linux,phandle = <2452002>; | ||
| 88 | interrupt-parent = <40000>; | ||
| 89 | interrupts = <37 1>; | ||
| 90 | reg = <2>; | ||
| 91 | device_type = "ethernet-phy"; | ||
| 92 | }; | ||
| 93 | }; | ||
| 94 | |||
| 95 | ethernet@24000 { | ||
| 96 | #address-cells = <1>; | ||
| 97 | #size-cells = <0>; | ||
| 98 | device_type = "network"; | ||
| 99 | model = "TSEC"; | ||
| 100 | compatible = "gianfar"; | ||
| 101 | reg = <24000 1000>; | ||
| 102 | address = [ 00 E0 0C 00 73 00 ]; | ||
| 103 | local-mac-address = [ 00 E0 0C 00 73 00 ]; | ||
| 104 | interrupts = <d 2 e 2 12 2>; | ||
| 105 | interrupt-parent = <40000>; | ||
| 106 | phy-handle = <2452000>; | ||
| 107 | }; | ||
| 108 | |||
| 109 | ethernet@25000 { | ||
| 110 | #address-cells = <1>; | ||
| 111 | #size-cells = <0>; | ||
| 112 | device_type = "network"; | ||
| 113 | model = "TSEC"; | ||
| 114 | compatible = "gianfar"; | ||
| 115 | reg = <25000 1000>; | ||
| 116 | address = [ 00 E0 0C 00 73 01 ]; | ||
| 117 | local-mac-address = [ 00 E0 0C 00 73 01 ]; | ||
| 118 | interrupts = <13 2 14 2 18 2>; | ||
| 119 | interrupt-parent = <40000>; | ||
| 120 | phy-handle = <2452001>; | ||
| 121 | }; | ||
| 122 | |||
| 123 | ethernet@26000 { | ||
| 124 | #address-cells = <1>; | ||
| 125 | #size-cells = <0>; | ||
| 126 | device_type = "network"; | ||
| 127 | model = "TSEC"; | ||
| 128 | compatible = "gianfar"; | ||
| 129 | reg = <26000 1000>; | ||
| 130 | address = [ 00 E0 0C 00 73 02 ]; | ||
| 131 | local-mac-address = [ 00 E0 0C 00 73 02 ]; | ||
| 132 | interrupts = <19 2>; | ||
| 133 | interrupt-parent = <40000>; | ||
| 134 | phy-handle = <2452002>; | ||
| 135 | }; | ||
| 136 | |||
| 137 | serial@4500 { | ||
| 138 | device_type = "serial"; | ||
| 139 | compatible = "ns16550"; | ||
| 140 | reg = <4500 100>; // reg base, size | ||
| 141 | clock-frequency = <0>; // should we fill in in uboot? | ||
| 142 | interrupts = <1a 2>; | ||
| 143 | interrupt-parent = <40000>; | ||
| 144 | }; | ||
| 145 | |||
| 146 | serial@4600 { | ||
| 147 | device_type = "serial"; | ||
| 148 | compatible = "ns16550"; | ||
| 149 | reg = <4600 100>; // reg base, size | ||
| 150 | clock-frequency = <0>; // should we fill in in uboot? | ||
| 151 | interrupts = <1a 2>; | ||
| 152 | interrupt-parent = <40000>; | ||
| 153 | }; | ||
| 154 | pci@8000 { | ||
| 155 | linux,phandle = <8000>; | ||
| 156 | interrupt-map-mask = <f800 0 0 7>; | ||
| 157 | interrupt-map = < | ||
| 158 | |||
| 159 | /* IDSEL 0x02 */ | ||
| 160 | 1000 0 0 1 40000 31 1 | ||
| 161 | 1000 0 0 2 40000 32 1 | ||
| 162 | 1000 0 0 3 40000 33 1 | ||
| 163 | 1000 0 0 4 40000 34 1 | ||
| 164 | |||
| 165 | /* IDSEL 0x03 */ | ||
| 166 | 1800 0 0 1 40000 34 1 | ||
| 167 | 1800 0 0 2 40000 31 1 | ||
| 168 | 1800 0 0 3 40000 32 1 | ||
| 169 | 1800 0 0 4 40000 33 1 | ||
| 170 | |||
| 171 | /* IDSEL 0x04 */ | ||
| 172 | 2000 0 0 1 40000 33 1 | ||
| 173 | 2000 0 0 2 40000 34 1 | ||
| 174 | 2000 0 0 3 40000 31 1 | ||
| 175 | 2000 0 0 4 40000 32 1 | ||
| 176 | |||
| 177 | /* IDSEL 0x05 */ | ||
| 178 | 2800 0 0 1 40000 32 1 | ||
| 179 | 2800 0 0 2 40000 33 1 | ||
| 180 | 2800 0 0 3 40000 34 1 | ||
| 181 | 2800 0 0 4 40000 31 1 | ||
| 182 | |||
| 183 | /* IDSEL 0x0c */ | ||
| 184 | 6000 0 0 1 40000 31 1 | ||
| 185 | 6000 0 0 2 40000 32 1 | ||
| 186 | 6000 0 0 3 40000 33 1 | ||
| 187 | 6000 0 0 4 40000 34 1 | ||
| 188 | |||
| 189 | /* IDSEL 0x0d */ | ||
| 190 | 6800 0 0 1 40000 34 1 | ||
| 191 | 6800 0 0 2 40000 31 1 | ||
| 192 | 6800 0 0 3 40000 32 1 | ||
| 193 | 6800 0 0 4 40000 33 1 | ||
| 194 | |||
| 195 | /* IDSEL 0x0e */ | ||
| 196 | 7000 0 0 1 40000 33 1 | ||
| 197 | 7000 0 0 2 40000 34 1 | ||
| 198 | 7000 0 0 3 40000 31 1 | ||
| 199 | 7000 0 0 4 40000 32 1 | ||
| 200 | |||
| 201 | /* IDSEL 0x0f */ | ||
| 202 | 7800 0 0 1 40000 32 1 | ||
| 203 | 7800 0 0 2 40000 33 1 | ||
| 204 | 7800 0 0 3 40000 34 1 | ||
| 205 | 7800 0 0 4 40000 31 1 | ||
| 206 | |||
| 207 | /* IDSEL 0x12 */ | ||
| 208 | 9000 0 0 1 40000 31 1 | ||
| 209 | 9000 0 0 2 40000 32 1 | ||
| 210 | 9000 0 0 3 40000 33 1 | ||
| 211 | 9000 0 0 4 40000 34 1 | ||
| 212 | |||
| 213 | /* IDSEL 0x13 */ | ||
| 214 | 9800 0 0 1 40000 34 1 | ||
| 215 | 9800 0 0 2 40000 31 1 | ||
| 216 | 9800 0 0 3 40000 32 1 | ||
| 217 | 9800 0 0 4 40000 33 1 | ||
| 218 | |||
| 219 | /* IDSEL 0x14 */ | ||
| 220 | a000 0 0 1 40000 33 1 | ||
| 221 | a000 0 0 2 40000 34 1 | ||
| 222 | a000 0 0 3 40000 31 1 | ||
| 223 | a000 0 0 4 40000 32 1 | ||
| 224 | |||
| 225 | /* IDSEL 0x15 */ | ||
| 226 | a800 0 0 1 40000 32 1 | ||
| 227 | a800 0 0 2 40000 33 1 | ||
| 228 | a800 0 0 3 40000 34 1 | ||
| 229 | a800 0 0 4 40000 31 1>; | ||
| 230 | interrupt-parent = <40000>; | ||
| 231 | interrupts = <08 2>; | ||
| 232 | bus-range = <0 0>; | ||
| 233 | ranges = <02000000 0 80000000 80000000 0 20000000 | ||
| 234 | 01000000 0 00000000 e2000000 0 00100000>; | ||
| 235 | clock-frequency = <3f940aa>; | ||
| 236 | #interrupt-cells = <1>; | ||
| 237 | #size-cells = <2>; | ||
| 238 | #address-cells = <3>; | ||
| 239 | reg = <8000 1000>; | ||
| 240 | compatible = "85xx"; | ||
| 241 | device_type = "pci"; | ||
| 242 | }; | ||
| 243 | |||
| 244 | pic@40000 { | ||
| 245 | linux,phandle = <40000>; | ||
| 246 | clock-frequency = <0>; | ||
| 247 | interrupt-controller; | ||
| 248 | #address-cells = <0>; | ||
| 249 | #interrupt-cells = <2>; | ||
| 250 | reg = <40000 40000>; | ||
| 251 | built-in; | ||
| 252 | compatible = "chrp,open-pic"; | ||
| 253 | device_type = "open-pic"; | ||
| 254 | big-endian; | ||
| 255 | }; | ||
| 256 | }; | ||
| 257 | }; | ||
diff --git a/arch/powerpc/boot/dts/mpc8541cds.dts b/arch/powerpc/boot/dts/mpc8541cds.dts new file mode 100644 index 000000000000..7be0bc659e1c --- /dev/null +++ b/arch/powerpc/boot/dts/mpc8541cds.dts | |||
| @@ -0,0 +1,244 @@ | |||
| 1 | /* | ||
| 2 | * MPC8541 CDS Device Tree Source | ||
| 3 | * | ||
| 4 | * Copyright 2006 Freescale Semiconductor Inc. | ||
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or modify it | ||
| 7 | * under the terms of the GNU General Public License as published by the | ||
| 8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
| 9 | * option) any later version. | ||
| 10 | */ | ||
| 11 | |||
| 12 | |||
| 13 | / { | ||
| 14 | model = "MPC8541CDS"; | ||
| 15 | compatible = "MPC85xxCDS"; | ||
| 16 | #address-cells = <1>; | ||
| 17 | #size-cells = <1>; | ||
| 18 | linux,phandle = <100>; | ||
| 19 | |||
| 20 | cpus { | ||
| 21 | #cpus = <1>; | ||
| 22 | #address-cells = <1>; | ||
| 23 | #size-cells = <0>; | ||
| 24 | linux,phandle = <200>; | ||
| 25 | |||
| 26 | PowerPC,8541@0 { | ||
| 27 | device_type = "cpu"; | ||
| 28 | reg = <0>; | ||
| 29 | d-cache-line-size = <20>; // 32 bytes | ||
| 30 | i-cache-line-size = <20>; // 32 bytes | ||
| 31 | d-cache-size = <8000>; // L1, 32K | ||
| 32 | i-cache-size = <8000>; // L1, 32K | ||
| 33 | timebase-frequency = <0>; // 33 MHz, from uboot | ||
| 34 | bus-frequency = <0>; // 166 MHz | ||
| 35 | clock-frequency = <0>; // 825 MHz, from uboot | ||
| 36 | 32-bit; | ||
| 37 | linux,phandle = <201>; | ||
| 38 | }; | ||
| 39 | }; | ||
| 40 | |||
| 41 | memory { | ||
| 42 | device_type = "memory"; | ||
| 43 | linux,phandle = <300>; | ||
| 44 | reg = <00000000 08000000>; // 128M at 0x0 | ||
| 45 | }; | ||
| 46 | |||
| 47 | soc8541@e0000000 { | ||
| 48 | #address-cells = <1>; | ||
| 49 | #size-cells = <1>; | ||
| 50 | #interrupt-cells = <2>; | ||
| 51 | device_type = "soc"; | ||
| 52 | ranges = <0 e0000000 00100000>; | ||
| 53 | reg = <e0000000 00100000>; // CCSRBAR 1M | ||
| 54 | bus-frequency = <0>; | ||
| 55 | |||
| 56 | i2c@3000 { | ||
| 57 | device_type = "i2c"; | ||
| 58 | compatible = "fsl-i2c"; | ||
| 59 | reg = <3000 100>; | ||
| 60 | interrupts = <1b 2>; | ||
| 61 | interrupt-parent = <40000>; | ||
| 62 | dfsrr; | ||
| 63 | }; | ||
| 64 | |||
| 65 | mdio@24520 { | ||
| 66 | #address-cells = <1>; | ||
| 67 | #size-cells = <0>; | ||
| 68 | device_type = "mdio"; | ||
| 69 | compatible = "gianfar"; | ||
| 70 | reg = <24520 20>; | ||
| 71 | linux,phandle = <24520>; | ||
| 72 | ethernet-phy@0 { | ||
| 73 | linux,phandle = <2452000>; | ||
| 74 | interrupt-parent = <40000>; | ||
| 75 | interrupts = <35 0>; | ||
| 76 | reg = <0>; | ||
| 77 | device_type = "ethernet-phy"; | ||
| 78 | }; | ||
| 79 | ethernet-phy@1 { | ||
| 80 | linux,phandle = <2452001>; | ||
| 81 | interrupt-parent = <40000>; | ||
| 82 | interrupts = <35 0>; | ||
| 83 | reg = <1>; | ||
| 84 | device_type = "ethernet-phy"; | ||
| 85 | }; | ||
| 86 | }; | ||
| 87 | |||
| 88 | ethernet@24000 { | ||
| 89 | #address-cells = <1>; | ||
| 90 | #size-cells = <0>; | ||
| 91 | device_type = "network"; | ||
| 92 | model = "TSEC"; | ||
| 93 | compatible = "gianfar"; | ||
| 94 | reg = <24000 1000>; | ||
| 95 | local-mac-address = [ 00 E0 0C 00 73 00 ]; | ||
| 96 | interrupts = <d 2 e 2 12 2>; | ||
| 97 | interrupt-parent = <40000>; | ||
| 98 | phy-handle = <2452000>; | ||
| 99 | }; | ||
| 100 | |||
| 101 | ethernet@25000 { | ||
| 102 | #address-cells = <1>; | ||
| 103 | #size-cells = <0>; | ||
| 104 | device_type = "network"; | ||
| 105 | model = "TSEC"; | ||
| 106 | compatible = "gianfar"; | ||
| 107 | reg = <25000 1000>; | ||
| 108 | local-mac-address = [ 00 E0 0C 00 73 01 ]; | ||
| 109 | interrupts = <13 2 14 2 18 2>; | ||
| 110 | interrupt-parent = <40000>; | ||
| 111 | phy-handle = <2452001>; | ||
| 112 | }; | ||
| 113 | |||
| 114 | serial@4500 { | ||
| 115 | device_type = "serial"; | ||
| 116 | compatible = "ns16550"; | ||
| 117 | reg = <4500 100>; // reg base, size | ||
| 118 | clock-frequency = <0>; // should we fill in in uboot? | ||
| 119 | interrupts = <1a 2>; | ||
| 120 | interrupt-parent = <40000>; | ||
| 121 | }; | ||
| 122 | |||
| 123 | serial@4600 { | ||
| 124 | device_type = "serial"; | ||
| 125 | compatible = "ns16550"; | ||
| 126 | reg = <4600 100>; // reg base, size | ||
| 127 | clock-frequency = <0>; // should we fill in in uboot? | ||
| 128 | interrupts = <1a 2>; | ||
| 129 | interrupt-parent = <40000>; | ||
| 130 | }; | ||
| 131 | |||
| 132 | pci@8000 { | ||
| 133 | linux,phandle = <8000>; | ||
| 134 | interrupt-map-mask = <1f800 0 0 7>; | ||
| 135 | interrupt-map = < | ||
| 136 | |||
| 137 | /* IDSEL 0x10 */ | ||
| 138 | 08000 0 0 1 40000 30 1 | ||
| 139 | 08000 0 0 2 40000 31 1 | ||
| 140 | 08000 0 0 3 40000 32 1 | ||
| 141 | 08000 0 0 4 40000 33 1 | ||
| 142 | |||
| 143 | /* IDSEL 0x11 */ | ||
| 144 | 08800 0 0 1 40000 30 1 | ||
| 145 | 08800 0 0 2 40000 31 1 | ||
| 146 | 08800 0 0 3 40000 32 1 | ||
| 147 | 08800 0 0 4 40000 33 1 | ||
| 148 | |||
| 149 | /* IDSEL 0x12 (Slot 1) */ | ||
| 150 | 09000 0 0 1 40000 30 1 | ||
| 151 | 09000 0 0 2 40000 31 1 | ||
| 152 | 09000 0 0 3 40000 32 1 | ||
| 153 | 09000 0 0 4 40000 33 1 | ||
| 154 | |||
| 155 | /* IDSEL 0x13 (Slot 2) */ | ||
| 156 | 09800 0 0 1 40000 31 1 | ||
| 157 | 09800 0 0 2 40000 32 1 | ||
| 158 | 09800 0 0 3 40000 33 1 | ||
| 159 | 09800 0 0 4 40000 30 1 | ||
| 160 | |||
| 161 | /* IDSEL 0x14 (Slot 3) */ | ||
| 162 | 0a000 0 0 1 40000 32 1 | ||
| 163 | 0a000 0 0 2 40000 33 1 | ||
| 164 | 0a000 0 0 3 40000 30 1 | ||
| 165 | 0a000 0 0 4 40000 31 1 | ||
| 166 | |||
| 167 | /* IDSEL 0x15 (Slot 4) */ | ||
| 168 | 0a800 0 0 1 40000 33 1 | ||
| 169 | 0a800 0 0 2 40000 30 1 | ||
| 170 | 0a800 0 0 3 40000 31 1 | ||
| 171 | 0a800 0 0 4 40000 32 1 | ||
| 172 | |||
| 173 | /* Bus 1 (Tundra Bridge) */ | ||
| 174 | /* IDSEL 0x12 (ISA bridge) */ | ||
| 175 | 19000 0 0 1 40000 30 1 | ||
| 176 | 19000 0 0 2 40000 31 1 | ||
| 177 | 19000 0 0 3 40000 32 1 | ||
| 178 | 19000 0 0 4 40000 33 1>; | ||
| 179 | interrupt-parent = <40000>; | ||
| 180 | interrupts = <08 2>; | ||
| 181 | bus-range = <0 0>; | ||
| 182 | ranges = <02000000 0 80000000 80000000 0 20000000 | ||
| 183 | 01000000 0 00000000 e2000000 0 00100000>; | ||
| 184 | clock-frequency = <3f940aa>; | ||
| 185 | #interrupt-cells = <1>; | ||
| 186 | #size-cells = <2>; | ||
| 187 | #address-cells = <3>; | ||
| 188 | reg = <8000 1000>; | ||
| 189 | compatible = "85xx"; | ||
| 190 | device_type = "pci"; | ||
| 191 | |||
| 192 | i8259@19000 { | ||
| 193 | clock-frequency = <0>; | ||
| 194 | interrupt-controller; | ||
| 195 | device_type = "interrupt-controller"; | ||
| 196 | reg = <19000 0 0 0 1>; | ||
| 197 | #address-cells = <0>; | ||
| 198 | #interrupt-cells = <2>; | ||
| 199 | built-in; | ||
| 200 | compatible = "chrp,iic"; | ||
| 201 | big-endian; | ||
| 202 | interrupts = <1>; | ||
| 203 | interrupt-parent = <8000>; | ||
| 204 | }; | ||
| 205 | }; | ||
| 206 | |||
| 207 | pci@9000 { | ||
| 208 | linux,phandle = <9000>; | ||
| 209 | interrupt-map-mask = <f800 0 0 7>; | ||
| 210 | interrupt-map = < | ||
| 211 | |||
| 212 | /* IDSEL 0x15 */ | ||
| 213 | a800 0 0 1 40000 3b 1 | ||
| 214 | a800 0 0 2 40000 3b 1 | ||
| 215 | a800 0 0 3 40000 3b 1 | ||
| 216 | a800 0 0 4 40000 3b 1>; | ||
| 217 | interrupt-parent = <40000>; | ||
| 218 | interrupts = <09 2>; | ||
| 219 | bus-range = <0 0>; | ||
| 220 | ranges = <02000000 0 a0000000 a0000000 0 20000000 | ||
| 221 | 01000000 0 00000000 e3000000 0 00100000>; | ||
| 222 | clock-frequency = <3f940aa>; | ||
| 223 | #interrupt-cells = <1>; | ||
| 224 | #size-cells = <2>; | ||
| 225 | #address-cells = <3>; | ||
| 226 | reg = <9000 1000>; | ||
| 227 | compatible = "85xx"; | ||
| 228 | device_type = "pci"; | ||
| 229 | }; | ||
| 230 | |||
| 231 | pic@40000 { | ||
| 232 | linux,phandle = <40000>; | ||
| 233 | clock-frequency = <0>; | ||
| 234 | interrupt-controller; | ||
| 235 | #address-cells = <0>; | ||
| 236 | #interrupt-cells = <2>; | ||
| 237 | reg = <40000 40000>; | ||
| 238 | built-in; | ||
| 239 | compatible = "chrp,open-pic"; | ||
| 240 | device_type = "open-pic"; | ||
| 241 | big-endian; | ||
| 242 | }; | ||
| 243 | }; | ||
| 244 | }; | ||
diff --git a/arch/powerpc/boot/dts/mpc8548cds.dts b/arch/powerpc/boot/dts/mpc8548cds.dts new file mode 100644 index 000000000000..893d7957c174 --- /dev/null +++ b/arch/powerpc/boot/dts/mpc8548cds.dts | |||
| @@ -0,0 +1,287 @@ | |||
| 1 | /* | ||
| 2 | * MPC8555 CDS Device Tree Source | ||
| 3 | * | ||
| 4 | * Copyright 2006 Freescale Semiconductor Inc. | ||
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or modify it | ||
| 7 | * under the terms of the GNU General Public License as published by the | ||
| 8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
| 9 | * option) any later version. | ||
| 10 | */ | ||
| 11 | |||
| 12 | |||
| 13 | / { | ||
| 14 | model = "MPC8548CDS"; | ||
| 15 | compatible = "MPC85xxCDS"; | ||
| 16 | #address-cells = <1>; | ||
| 17 | #size-cells = <1>; | ||
| 18 | linux,phandle = <100>; | ||
| 19 | |||
| 20 | cpus { | ||
| 21 | #cpus = <1>; | ||
| 22 | #address-cells = <1>; | ||
| 23 | #size-cells = <0>; | ||
| 24 | linux,phandle = <200>; | ||
| 25 | |||
| 26 | PowerPC,8548@0 { | ||
| 27 | device_type = "cpu"; | ||
| 28 | reg = <0>; | ||
| 29 | d-cache-line-size = <20>; // 32 bytes | ||
| 30 | i-cache-line-size = <20>; // 32 bytes | ||
| 31 | d-cache-size = <8000>; // L1, 32K | ||
| 32 | i-cache-size = <8000>; // L1, 32K | ||
| 33 | timebase-frequency = <0>; // 33 MHz, from uboot | ||
| 34 | bus-frequency = <0>; // 166 MHz | ||
| 35 | clock-frequency = <0>; // 825 MHz, from uboot | ||
| 36 | 32-bit; | ||
| 37 | linux,phandle = <201>; | ||
| 38 | }; | ||
| 39 | }; | ||
| 40 | |||
| 41 | memory { | ||
| 42 | device_type = "memory"; | ||
| 43 | linux,phandle = <300>; | ||
| 44 | reg = <00000000 08000000>; // 128M at 0x0 | ||
| 45 | }; | ||
| 46 | |||
| 47 | soc8548@e0000000 { | ||
| 48 | #address-cells = <1>; | ||
| 49 | #size-cells = <1>; | ||
| 50 | #interrupt-cells = <2>; | ||
| 51 | device_type = "soc"; | ||
| 52 | ranges = <0 e0000000 00100000>; | ||
| 53 | reg = <e0000000 00100000>; // CCSRBAR 1M | ||
| 54 | bus-frequency = <0>; | ||
| 55 | |||
| 56 | i2c@3000 { | ||
| 57 | device_type = "i2c"; | ||
| 58 | compatible = "fsl-i2c"; | ||
| 59 | reg = <3000 100>; | ||
| 60 | interrupts = <1b 2>; | ||
| 61 | interrupt-parent = <40000>; | ||
| 62 | dfsrr; | ||
| 63 | }; | ||
| 64 | |||
| 65 | mdio@24520 { | ||
| 66 | #address-cells = <1>; | ||
| 67 | #size-cells = <0>; | ||
| 68 | device_type = "mdio"; | ||
| 69 | compatible = "gianfar"; | ||
| 70 | reg = <24520 20>; | ||
| 71 | linux,phandle = <24520>; | ||
| 72 | ethernet-phy@0 { | ||
| 73 | linux,phandle = <2452000>; | ||
| 74 | interrupt-parent = <40000>; | ||
| 75 | interrupts = <35 0>; | ||
| 76 | reg = <0>; | ||
| 77 | device_type = "ethernet-phy"; | ||
| 78 | }; | ||
| 79 | ethernet-phy@1 { | ||
| 80 | linux,phandle = <2452001>; | ||
| 81 | interrupt-parent = <40000>; | ||
| 82 | interrupts = <35 0>; | ||
| 83 | reg = <1>; | ||
| 84 | device_type = "ethernet-phy"; | ||
| 85 | }; | ||
| 86 | |||
| 87 | ethernet-phy@2 { | ||
| 88 | linux,phandle = <2452002>; | ||
| 89 | interrupt-parent = <40000>; | ||
| 90 | interrupts = <35 0>; | ||
| 91 | reg = <2>; | ||
| 92 | device_type = "ethernet-phy"; | ||
| 93 | }; | ||
| 94 | ethernet-phy@3 { | ||
| 95 | linux,phandle = <2452003>; | ||
| 96 | interrupt-parent = <40000>; | ||
| 97 | interrupts = <35 0>; | ||
| 98 | reg = <3>; | ||
| 99 | device_type = "ethernet-phy"; | ||
| 100 | }; | ||
| 101 | }; | ||
| 102 | |||
| 103 | ethernet@24000 { | ||
| 104 | #address-cells = <1>; | ||
| 105 | #size-cells = <0>; | ||
| 106 | device_type = "network"; | ||
| 107 | model = "eTSEC"; | ||
| 108 | compatible = "gianfar"; | ||
| 109 | reg = <24000 1000>; | ||
| 110 | local-mac-address = [ 00 E0 0C 00 73 00 ]; | ||
| 111 | interrupts = <d 2 e 2 12 2>; | ||
| 112 | interrupt-parent = <40000>; | ||
| 113 | phy-handle = <2452000>; | ||
| 114 | }; | ||
| 115 | |||
| 116 | ethernet@25000 { | ||
| 117 | #address-cells = <1>; | ||
| 118 | #size-cells = <0>; | ||
| 119 | device_type = "network"; | ||
| 120 | model = "eTSEC"; | ||
| 121 | compatible = "gianfar"; | ||
| 122 | reg = <25000 1000>; | ||
| 123 | local-mac-address = [ 00 E0 0C 00 73 01 ]; | ||
| 124 | interrupts = <13 2 14 2 18 2>; | ||
| 125 | interrupt-parent = <40000>; | ||
| 126 | phy-handle = <2452001>; | ||
| 127 | }; | ||
| 128 | |||
| 129 | ethernet@26000 { | ||
| 130 | #address-cells = <1>; | ||
| 131 | #size-cells = <0>; | ||
| 132 | device_type = "network"; | ||
| 133 | model = "eTSEC"; | ||
| 134 | compatible = "gianfar"; | ||
| 135 | reg = <26000 1000>; | ||
| 136 | local-mac-address = [ 00 E0 0C 00 73 02 ]; | ||
| 137 | interrupts = <f 2 10 2 11 2>; | ||
| 138 | interrupt-parent = <40000>; | ||
| 139 | phy-handle = <2452001>; | ||
| 140 | }; | ||
| 141 | |||
| 142 | /* eTSEC 4 is currently broken | ||
| 143 | ethernet@27000 { | ||
| 144 | #address-cells = <1>; | ||
| 145 | #size-cells = <0>; | ||
| 146 | device_type = "network"; | ||
| 147 | model = "eTSEC"; | ||
| 148 | compatible = "gianfar"; | ||
| 149 | reg = <27000 1000>; | ||
| 150 | local-mac-address = [ 00 E0 0C 00 73 03 ]; | ||
| 151 | interrupts = <15 2 16 2 17 2>; | ||
| 152 | interrupt-parent = <40000>; | ||
| 153 | phy-handle = <2452001>; | ||
| 154 | }; | ||
| 155 | */ | ||
| 156 | |||
| 157 | serial@4500 { | ||
| 158 | device_type = "serial"; | ||
| 159 | compatible = "ns16550"; | ||
| 160 | reg = <4500 100>; // reg base, size | ||
| 161 | clock-frequency = <0>; // should we fill in in uboot? | ||
| 162 | interrupts = <1a 2>; | ||
| 163 | interrupt-parent = <40000>; | ||
| 164 | }; | ||
| 165 | |||
| 166 | serial@4600 { | ||
| 167 | device_type = "serial"; | ||
| 168 | compatible = "ns16550"; | ||
| 169 | reg = <4600 100>; // reg base, size | ||
| 170 | clock-frequency = <0>; // should we fill in in uboot? | ||
| 171 | interrupts = <1a 2>; | ||
| 172 | interrupt-parent = <40000>; | ||
| 173 | }; | ||
| 174 | |||
| 175 | pci@8000 { | ||
| 176 | linux,phandle = <8000>; | ||
| 177 | interrupt-map-mask = <1f800 0 0 7>; | ||
| 178 | interrupt-map = < | ||
| 179 | |||
| 180 | /* IDSEL 0x10 */ | ||
| 181 | 08000 0 0 1 40000 30 1 | ||
| 182 | 08000 0 0 2 40000 31 1 | ||
| 183 | 08000 0 0 3 40000 32 1 | ||
| 184 | 08000 0 0 4 40000 33 1 | ||
| 185 | |||
| 186 | /* IDSEL 0x11 */ | ||
| 187 | 08800 0 0 1 40000 30 1 | ||
| 188 | 08800 0 0 2 40000 31 1 | ||
| 189 | 08800 0 0 3 40000 32 1 | ||
| 190 | 08800 0 0 4 40000 33 1 | ||
| 191 | |||
| 192 | /* IDSEL 0x12 (Slot 1) */ | ||
| 193 | 09000 0 0 1 40000 30 1 | ||
| 194 | 09000 0 0 2 40000 31 1 | ||
| 195 | 09000 0 0 3 40000 32 1 | ||
| 196 | 09000 0 0 4 40000 33 1 | ||
| 197 | |||
| 198 | /* IDSEL 0x13 (Slot 2) */ | ||
| 199 | 09800 0 0 1 40000 31 1 | ||
| 200 | 09800 0 0 2 40000 32 1 | ||
| 201 | 09800 0 0 3 40000 33 1 | ||
| 202 | 09800 0 0 4 40000 30 1 | ||
| 203 | |||
| 204 | /* IDSEL 0x14 (Slot 3) */ | ||
| 205 | 0a000 0 0 1 40000 32 1 | ||
| 206 | 0a000 0 0 2 40000 33 1 | ||
| 207 | 0a000 0 0 3 40000 30 1 | ||
| 208 | 0a000 0 0 4 40000 31 1 | ||
| 209 | |||
| 210 | /* IDSEL 0x15 (Slot 4) */ | ||
| 211 | 0a800 0 0 1 40000 33 1 | ||
| 212 | 0a800 0 0 2 40000 30 1 | ||
| 213 | 0a800 0 0 3 40000 31 1 | ||
| 214 | 0a800 0 0 4 40000 32 1 | ||
| 215 | |||
| 216 | /* Bus 1 (Tundra Bridge) */ | ||
| 217 | /* IDSEL 0x12 (ISA bridge) */ | ||
| 218 | 19000 0 0 1 40000 30 1 | ||
| 219 | 19000 0 0 2 40000 31 1 | ||
| 220 | 19000 0 0 3 40000 32 1 | ||
| 221 | 19000 0 0 4 40000 33 1>; | ||
| 222 | interrupt-parent = <40000>; | ||
| 223 | interrupts = <08 2>; | ||
| 224 | bus-range = <0 0>; | ||
| 225 | ranges = <02000000 0 80000000 80000000 0 20000000 | ||
| 226 | 01000000 0 00000000 e2000000 0 00100000>; | ||
| 227 | clock-frequency = <3f940aa>; | ||
| 228 | #interrupt-cells = <1>; | ||
| 229 | #size-cells = <2>; | ||
| 230 | #address-cells = <3>; | ||
| 231 | reg = <8000 1000>; | ||
| 232 | compatible = "85xx"; | ||
| 233 | device_type = "pci"; | ||
| 234 | |||
| 235 | i8259@19000 { | ||
| 236 | clock-frequency = <0>; | ||
| 237 | interrupt-controller; | ||
| 238 | device_type = "interrupt-controller"; | ||
| 239 | reg = <19000 0 0 0 1>; | ||
| 240 | #address-cells = <0>; | ||
| 241 | #interrupt-cells = <2>; | ||
| 242 | built-in; | ||
| 243 | compatible = "chrp,iic"; | ||
| 244 | big-endian; | ||
| 245 | interrupts = <1>; | ||
| 246 | interrupt-parent = <8000>; | ||
| 247 | }; | ||
| 248 | }; | ||
| 249 | |||
| 250 | pci@9000 { | ||
| 251 | linux,phandle = <9000>; | ||
| 252 | interrupt-map-mask = <f800 0 0 7>; | ||
| 253 | interrupt-map = < | ||
| 254 | |||
| 255 | /* IDSEL 0x15 */ | ||
| 256 | a800 0 0 1 40000 3b 1 | ||
| 257 | a800 0 0 2 40000 3b 1 | ||
| 258 | a800 0 0 3 40000 3b 1 | ||
| 259 | a800 0 0 4 40000 3b 1>; | ||
| 260 | interrupt-parent = <40000>; | ||
| 261 | interrupts = <09 2>; | ||
| 262 | bus-range = <0 0>; | ||
| 263 | ranges = <02000000 0 a0000000 a0000000 0 20000000 | ||
| 264 | 01000000 0 00000000 e3000000 0 00100000>; | ||
| 265 | clock-frequency = <3f940aa>; | ||
| 266 | #interrupt-cells = <1>; | ||
| 267 | #size-cells = <2>; | ||
| 268 | #address-cells = <3>; | ||
| 269 | reg = <9000 1000>; | ||
| 270 | compatible = "85xx"; | ||
| 271 | device_type = "pci"; | ||
| 272 | }; | ||
| 273 | |||
| 274 | pic@40000 { | ||
| 275 | linux,phandle = <40000>; | ||
| 276 | clock-frequency = <0>; | ||
| 277 | interrupt-controller; | ||
| 278 | #address-cells = <0>; | ||
| 279 | #interrupt-cells = <2>; | ||
| 280 | reg = <40000 40000>; | ||
| 281 | built-in; | ||
| 282 | compatible = "chrp,open-pic"; | ||
| 283 | device_type = "open-pic"; | ||
| 284 | big-endian; | ||
| 285 | }; | ||
| 286 | }; | ||
| 287 | }; | ||
diff --git a/arch/powerpc/boot/dts/mpc8555cds.dts b/arch/powerpc/boot/dts/mpc8555cds.dts new file mode 100644 index 000000000000..118f5a887651 --- /dev/null +++ b/arch/powerpc/boot/dts/mpc8555cds.dts | |||
| @@ -0,0 +1,244 @@ | |||
| 1 | /* | ||
| 2 | * MPC8555 CDS Device Tree Source | ||
| 3 | * | ||
| 4 | * Copyright 2006 Freescale Semiconductor Inc. | ||
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or modify it | ||
| 7 | * under the terms of the GNU General Public License as published by the | ||
| 8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
| 9 | * option) any later version. | ||
| 10 | */ | ||
| 11 | |||
| 12 | |||
| 13 | / { | ||
| 14 | model = "MPC8555CDS"; | ||
| 15 | compatible = "MPC85xxCDS"; | ||
| 16 | #address-cells = <1>; | ||
| 17 | #size-cells = <1>; | ||
| 18 | linux,phandle = <100>; | ||
| 19 | |||
| 20 | cpus { | ||
| 21 | #cpus = <1>; | ||
| 22 | #address-cells = <1>; | ||
| 23 | #size-cells = <0>; | ||
| 24 | linux,phandle = <200>; | ||
| 25 | |||
| 26 | PowerPC,8555@0 { | ||
| 27 | device_type = "cpu"; | ||
| 28 | reg = <0>; | ||
| 29 | d-cache-line-size = <20>; // 32 bytes | ||
| 30 | i-cache-line-size = <20>; // 32 bytes | ||
| 31 | d-cache-size = <8000>; // L1, 32K | ||
| 32 | i-cache-size = <8000>; // L1, 32K | ||
| 33 | timebase-frequency = <0>; // 33 MHz, from uboot | ||
| 34 | bus-frequency = <0>; // 166 MHz | ||
| 35 | clock-frequency = <0>; // 825 MHz, from uboot | ||
| 36 | 32-bit; | ||
| 37 | linux,phandle = <201>; | ||
| 38 | }; | ||
| 39 | }; | ||
| 40 | |||
| 41 | memory { | ||
| 42 | device_type = "memory"; | ||
| 43 | linux,phandle = <300>; | ||
| 44 | reg = <00000000 08000000>; // 128M at 0x0 | ||
| 45 | }; | ||
| 46 | |||
| 47 | soc8555@e0000000 { | ||
| 48 | #address-cells = <1>; | ||
| 49 | #size-cells = <1>; | ||
| 50 | #interrupt-cells = <2>; | ||
| 51 | device_type = "soc"; | ||
| 52 | ranges = <0 e0000000 00100000>; | ||
| 53 | reg = <e0000000 00100000>; // CCSRBAR 1M | ||
| 54 | bus-frequency = <0>; | ||
| 55 | |||
| 56 | i2c@3000 { | ||
| 57 | device_type = "i2c"; | ||
| 58 | compatible = "fsl-i2c"; | ||
| 59 | reg = <3000 100>; | ||
| 60 | interrupts = <1b 2>; | ||
| 61 | interrupt-parent = <40000>; | ||
| 62 | dfsrr; | ||
| 63 | }; | ||
| 64 | |||
| 65 | mdio@24520 { | ||
| 66 | #address-cells = <1>; | ||
| 67 | #size-cells = <0>; | ||
| 68 | device_type = "mdio"; | ||
| 69 | compatible = "gianfar"; | ||
| 70 | reg = <24520 20>; | ||
| 71 | linux,phandle = <24520>; | ||
| 72 | ethernet-phy@0 { | ||
| 73 | linux,phandle = <2452000>; | ||
| 74 | interrupt-parent = <40000>; | ||
| 75 | interrupts = <35 0>; | ||
| 76 | reg = <0>; | ||
| 77 | device_type = "ethernet-phy"; | ||
| 78 | }; | ||
| 79 | ethernet-phy@1 { | ||
| 80 | linux,phandle = <2452001>; | ||
| 81 | interrupt-parent = <40000>; | ||
| 82 | interrupts = <35 0>; | ||
| 83 | reg = <1>; | ||
| 84 | device_type = "ethernet-phy"; | ||
| 85 | }; | ||
| 86 | }; | ||
| 87 | |||
| 88 | ethernet@24000 { | ||
| 89 | #address-cells = <1>; | ||
| 90 | #size-cells = <0>; | ||
| 91 | device_type = "network"; | ||
| 92 | model = "TSEC"; | ||
| 93 | compatible = "gianfar"; | ||
| 94 | reg = <24000 1000>; | ||
| 95 | local-mac-address = [ 00 E0 0C 00 73 00 ]; | ||
| 96 | interrupts = <0d 2 0e 2 12 2>; | ||
| 97 | interrupt-parent = <40000>; | ||
| 98 | phy-handle = <2452000>; | ||
| 99 | }; | ||
| 100 | |||
| 101 | ethernet@25000 { | ||
| 102 | #address-cells = <1>; | ||
| 103 | #size-cells = <0>; | ||
| 104 | device_type = "network"; | ||
| 105 | model = "TSEC"; | ||
| 106 | compatible = "gianfar"; | ||
| 107 | reg = <25000 1000>; | ||
| 108 | local-mac-address = [ 00 E0 0C 00 73 01 ]; | ||
| 109 | interrupts = <13 2 14 2 18 2>; | ||
| 110 | interrupt-parent = <40000>; | ||
| 111 | phy-handle = <2452001>; | ||
| 112 | }; | ||
| 113 | |||
| 114 | serial@4500 { | ||
| 115 | device_type = "serial"; | ||
| 116 | compatible = "ns16550"; | ||
| 117 | reg = <4500 100>; // reg base, size | ||
| 118 | clock-frequency = <0>; // should we fill in in uboot? | ||
| 119 | interrupts = <1a 2>; | ||
| 120 | interrupt-parent = <40000>; | ||
| 121 | }; | ||
| 122 | |||
| 123 | serial@4600 { | ||
| 124 | device_type = "serial"; | ||
| 125 | compatible = "ns16550"; | ||
| 126 | reg = <4600 100>; // reg base, size | ||
| 127 | clock-frequency = <0>; // should we fill in in uboot? | ||
| 128 | interrupts = <1a 2>; | ||
| 129 | interrupt-parent = <40000>; | ||
| 130 | }; | ||
| 131 | |||
| 132 | pci@8000 { | ||
| 133 | linux,phandle = <8000>; | ||
| 134 | interrupt-map-mask = <1f800 0 0 7>; | ||
| 135 | interrupt-map = < | ||
| 136 | |||
| 137 | /* IDSEL 0x10 */ | ||
| 138 | 08000 0 0 1 40000 30 1 | ||
| 139 | 08000 0 0 2 40000 31 1 | ||
| 140 | 08000 0 0 3 40000 32 1 | ||
| 141 | 08000 0 0 4 40000 33 1 | ||
| 142 | |||
| 143 | /* IDSEL 0x11 */ | ||
| 144 | 08800 0 0 1 40000 30 1 | ||
| 145 | 08800 0 0 2 40000 31 1 | ||
| 146 | 08800 0 0 3 40000 32 1 | ||
| 147 | 08800 0 0 4 40000 33 1 | ||
| 148 | |||
| 149 | /* IDSEL 0x12 (Slot 1) */ | ||
| 150 | 09000 0 0 1 40000 30 1 | ||
| 151 | 09000 0 0 2 40000 31 1 | ||
| 152 | 09000 0 0 3 40000 32 1 | ||
| 153 | 09000 0 0 4 40000 33 1 | ||
| 154 | |||
| 155 | /* IDSEL 0x13 (Slot 2) */ | ||
| 156 | 09800 0 0 1 40000 31 1 | ||
| 157 | 09800 0 0 2 40000 32 1 | ||
| 158 | 09800 0 0 3 40000 33 1 | ||
| 159 | 09800 0 0 4 40000 30 1 | ||
| 160 | |||
| 161 | /* IDSEL 0x14 (Slot 3) */ | ||
| 162 | 0a000 0 0 1 40000 32 1 | ||
| 163 | 0a000 0 0 2 40000 33 1 | ||
| 164 | 0a000 0 0 3 40000 30 1 | ||
| 165 | 0a000 0 0 4 40000 31 1 | ||
| 166 | |||
| 167 | /* IDSEL 0x15 (Slot 4) */ | ||
| 168 | 0a800 0 0 1 40000 33 1 | ||
| 169 | 0a800 0 0 2 40000 30 1 | ||
| 170 | 0a800 0 0 3 40000 31 1 | ||
| 171 | 0a800 0 0 4 40000 32 1 | ||
| 172 | |||
| 173 | /* Bus 1 (Tundra Bridge) */ | ||
| 174 | /* IDSEL 0x12 (ISA bridge) */ | ||
| 175 | 19000 0 0 1 40000 30 1 | ||
| 176 | 19000 0 0 2 40000 31 1 | ||
| 177 | 19000 0 0 3 40000 32 1 | ||
| 178 | 19000 0 0 4 40000 33 1>; | ||
| 179 | interrupt-parent = <40000>; | ||
| 180 | interrupts = <08 2>; | ||
| 181 | bus-range = <0 0>; | ||
| 182 | ranges = <02000000 0 80000000 80000000 0 20000000 | ||
| 183 | 01000000 0 00000000 e2000000 0 00100000>; | ||
| 184 | clock-frequency = <3f940aa>; | ||
| 185 | #interrupt-cells = <1>; | ||
| 186 | #size-cells = <2>; | ||
| 187 | #address-cells = <3>; | ||
| 188 | reg = <8000 1000>; | ||
| 189 | compatible = "85xx"; | ||
| 190 | device_type = "pci"; | ||
| 191 | |||
| 192 | i8259@19000 { | ||
| 193 | clock-frequency = <0>; | ||
| 194 | interrupt-controller; | ||
| 195 | device_type = "interrupt-controller"; | ||
| 196 | reg = <19000 0 0 0 1>; | ||
| 197 | #address-cells = <0>; | ||
| 198 | #interrupt-cells = <2>; | ||
| 199 | built-in; | ||
| 200 | compatible = "chrp,iic"; | ||
| 201 | big-endian; | ||
| 202 | interrupts = <1>; | ||
| 203 | interrupt-parent = <8000>; | ||
| 204 | }; | ||
| 205 | }; | ||
| 206 | |||
| 207 | pci@9000 { | ||
| 208 | linux,phandle = <9000>; | ||
| 209 | interrupt-map-mask = <f800 0 0 7>; | ||
| 210 | interrupt-map = < | ||
| 211 | |||
| 212 | /* IDSEL 0x15 */ | ||
| 213 | a800 0 0 1 40000 3b 1 | ||
| 214 | a800 0 0 2 40000 3b 1 | ||
| 215 | a800 0 0 3 40000 3b 1 | ||
| 216 | a800 0 0 4 40000 3b 1>; | ||
| 217 | interrupt-parent = <40000>; | ||
| 218 | interrupts = <09 2>; | ||
| 219 | bus-range = <0 0>; | ||
| 220 | ranges = <02000000 0 a0000000 a0000000 0 20000000 | ||
| 221 | 01000000 0 00000000 e3000000 0 00100000>; | ||
| 222 | clock-frequency = <3f940aa>; | ||
| 223 | #interrupt-cells = <1>; | ||
| 224 | #size-cells = <2>; | ||
| 225 | #address-cells = <3>; | ||
| 226 | reg = <9000 1000>; | ||
| 227 | compatible = "85xx"; | ||
| 228 | device_type = "pci"; | ||
| 229 | }; | ||
| 230 | |||
| 231 | pic@40000 { | ||
| 232 | linux,phandle = <40000>; | ||
| 233 | clock-frequency = <0>; | ||
| 234 | interrupt-controller; | ||
| 235 | #address-cells = <0>; | ||
| 236 | #interrupt-cells = <2>; | ||
| 237 | reg = <40000 40000>; | ||
| 238 | built-in; | ||
| 239 | compatible = "chrp,open-pic"; | ||
| 240 | device_type = "open-pic"; | ||
| 241 | big-endian; | ||
| 242 | }; | ||
| 243 | }; | ||
| 244 | }; | ||
