| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 1 | /* | 
|  | 2 | * Device Tree Source for AMCC Kilauea (405EX) | 
|  | 3 | * | 
|  | 4 | * Copyright 2007 DENX Software Engineering, Stefan Roese <sr@denx.de> | 
|  | 5 | * | 
|  | 6 | * This file is licensed under the terms of the GNU General Public | 
|  | 7 | * License version 2.  This program is licensed "as is" without | 
|  | 8 | * any warranty of any kind, whether express or implied. | 
|  | 9 | */ | 
|  | 10 |  | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 11 | /dts-v1/; | 
|  | 12 |  | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 13 | / { | 
|  | 14 | #address-cells = <1>; | 
|  | 15 | #size-cells = <1>; | 
|  | 16 | model = "amcc,kilauea"; | 
|  | 17 | compatible = "amcc,kilauea"; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 18 | dcr-parent = <&{/cpus/cpu@0}>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 19 |  | 
| Stefan Roese | 8aaed98 | 2007-12-15 18:55:16 +1100 | [diff] [blame] | 20 | aliases { | 
|  | 21 | ethernet0 = &EMAC0; | 
|  | 22 | ethernet1 = &EMAC1; | 
|  | 23 | serial0 = &UART0; | 
|  | 24 | serial1 = &UART1; | 
|  | 25 | }; | 
|  | 26 |  | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 27 | cpus { | 
|  | 28 | #address-cells = <1>; | 
|  | 29 | #size-cells = <0>; | 
|  | 30 |  | 
| Josh Boyer | 72fda11 | 2007-12-06 13:20:05 -0600 | [diff] [blame] | 31 | cpu@0 { | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 32 | device_type = "cpu"; | 
| Josh Boyer | 72fda11 | 2007-12-06 13:20:05 -0600 | [diff] [blame] | 33 | model = "PowerPC,405EX"; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 34 | reg = <0x00000000>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 35 | clock-frequency = <0>; /* Filled in by U-Boot */ | 
|  | 36 | timebase-frequency = <0>; /* Filled in by U-Boot */ | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 37 | i-cache-line-size = <32>; | 
|  | 38 | d-cache-line-size = <32>; | 
|  | 39 | i-cache-size = <16384>; /* 16 kB */ | 
|  | 40 | d-cache-size = <16384>; /* 16 kB */ | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 41 | dcr-controller; | 
|  | 42 | dcr-access-method = "native"; | 
|  | 43 | }; | 
|  | 44 | }; | 
|  | 45 |  | 
|  | 46 | memory { | 
|  | 47 | device_type = "memory"; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 48 | reg = <0x00000000 0x00000000>; /* Filled in by U-Boot */ | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 49 | }; | 
|  | 50 |  | 
|  | 51 | UIC0: interrupt-controller { | 
|  | 52 | compatible = "ibm,uic-405ex", "ibm,uic"; | 
|  | 53 | interrupt-controller; | 
|  | 54 | cell-index = <0>; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 55 | dcr-reg = <0x0c0 0x009>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 56 | #address-cells = <0>; | 
|  | 57 | #size-cells = <0>; | 
|  | 58 | #interrupt-cells = <2>; | 
|  | 59 | }; | 
|  | 60 |  | 
|  | 61 | UIC1: interrupt-controller1 { | 
|  | 62 | compatible = "ibm,uic-405ex","ibm,uic"; | 
|  | 63 | interrupt-controller; | 
|  | 64 | cell-index = <1>; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 65 | dcr-reg = <0x0d0 0x009>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 66 | #address-cells = <0>; | 
|  | 67 | #size-cells = <0>; | 
|  | 68 | #interrupt-cells = <2>; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 69 | interrupts = <0x1e 0x4 0x1f 0x4>; /* cascade */ | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 70 | interrupt-parent = <&UIC0>; | 
|  | 71 | }; | 
|  | 72 |  | 
|  | 73 | UIC2: interrupt-controller2 { | 
|  | 74 | compatible = "ibm,uic-405ex","ibm,uic"; | 
|  | 75 | interrupt-controller; | 
|  | 76 | cell-index = <2>; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 77 | dcr-reg = <0x0e0 0x009>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 78 | #address-cells = <0>; | 
|  | 79 | #size-cells = <0>; | 
|  | 80 | #interrupt-cells = <2>; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 81 | interrupts = <0x1c 0x4 0x1d 0x4>; /* cascade */ | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 82 | interrupt-parent = <&UIC0>; | 
|  | 83 | }; | 
|  | 84 |  | 
|  | 85 | plb { | 
|  | 86 | compatible = "ibm,plb-405ex", "ibm,plb4"; | 
|  | 87 | #address-cells = <1>; | 
|  | 88 | #size-cells = <1>; | 
|  | 89 | ranges; | 
|  | 90 | clock-frequency = <0>; /* Filled in by U-Boot */ | 
|  | 91 |  | 
|  | 92 | SDRAM0: memory-controller { | 
|  | 93 | compatible = "ibm,sdram-405ex"; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 94 | dcr-reg = <0x010 0x002>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 95 | }; | 
|  | 96 |  | 
|  | 97 | MAL0: mcmal { | 
|  | 98 | compatible = "ibm,mcmal-405ex", "ibm,mcmal2"; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 99 | dcr-reg = <0x180 0x062>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 100 | num-tx-chans = <2>; | 
|  | 101 | num-rx-chans = <2>; | 
|  | 102 | interrupt-parent = <&MAL0>; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 103 | interrupts = <0x0 0x1 0x2 0x3 0x4>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 104 | #interrupt-cells = <1>; | 
|  | 105 | #address-cells = <0>; | 
|  | 106 | #size-cells = <0>; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 107 | interrupt-map = </*TXEOB*/ 0x0 &UIC0 0xa 0x4 | 
|  | 108 | /*RXEOB*/ 0x1 &UIC0 0xb 0x4 | 
|  | 109 | /*SERR*/  0x2 &UIC1 0x0 0x4 | 
|  | 110 | /*TXDE*/  0x3 &UIC1 0x1 0x4 | 
|  | 111 | /*RXDE*/  0x4 &UIC1 0x2 0x4>; | 
|  | 112 | interrupt-map-mask = <0xffffffff>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 113 | }; | 
|  | 114 |  | 
|  | 115 | POB0: opb { | 
|  | 116 | compatible = "ibm,opb-405ex", "ibm,opb"; | 
|  | 117 | #address-cells = <1>; | 
|  | 118 | #size-cells = <1>; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 119 | ranges = <0x80000000 0x80000000 0x10000000 | 
|  | 120 | 0xef600000 0xef600000 0x00a00000 | 
|  | 121 | 0xf0000000 0xf0000000 0x10000000>; | 
|  | 122 | dcr-reg = <0x0a0 0x005>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 123 | clock-frequency = <0>; /* Filled in by U-Boot */ | 
|  | 124 |  | 
|  | 125 | EBC0: ebc { | 
|  | 126 | compatible = "ibm,ebc-405ex", "ibm,ebc"; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 127 | dcr-reg = <0x012 0x002>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 128 | #address-cells = <2>; | 
|  | 129 | #size-cells = <1>; | 
|  | 130 | clock-frequency = <0>; /* Filled in by U-Boot */ | 
|  | 131 | /* ranges property is supplied by U-Boot */ | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 132 | interrupts = <0x5 0x1>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 133 | interrupt-parent = <&UIC1>; | 
|  | 134 |  | 
|  | 135 | nor_flash@0,0 { | 
|  | 136 | compatible = "amd,s29gl512n", "cfi-flash"; | 
|  | 137 | bank-width = <2>; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 138 | reg = <0x00000000 0x00000000 0x04000000>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 139 | #address-cells = <1>; | 
|  | 140 | #size-cells = <1>; | 
|  | 141 | partition@0 { | 
|  | 142 | label = "kernel"; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 143 | reg = <0x00000000 0x00200000>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 144 | }; | 
|  | 145 | partition@200000 { | 
|  | 146 | label = "root"; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 147 | reg = <0x00200000 0x00200000>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 148 | }; | 
|  | 149 | partition@400000 { | 
|  | 150 | label = "user"; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 151 | reg = <0x00400000 0x03b60000>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 152 | }; | 
|  | 153 | partition@3f60000 { | 
|  | 154 | label = "env"; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 155 | reg = <0x03f60000 0x00040000>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 156 | }; | 
|  | 157 | partition@3fa0000 { | 
|  | 158 | label = "u-boot"; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 159 | reg = <0x03fa0000 0x00060000>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 160 | }; | 
|  | 161 | }; | 
|  | 162 | }; | 
|  | 163 |  | 
|  | 164 | UART0: serial@ef600200 { | 
|  | 165 | device_type = "serial"; | 
|  | 166 | compatible = "ns16550"; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 167 | reg = <0xef600200 0x00000008>; | 
|  | 168 | virtual-reg = <0xef600200>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 169 | clock-frequency = <0>; /* Filled in by U-Boot */ | 
|  | 170 | current-speed = <0>; | 
|  | 171 | interrupt-parent = <&UIC0>; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 172 | interrupts = <0x1a 0x4>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 173 | }; | 
|  | 174 |  | 
|  | 175 | UART1: serial@ef600300 { | 
|  | 176 | device_type = "serial"; | 
|  | 177 | compatible = "ns16550"; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 178 | reg = <0xef600300 0x00000008>; | 
|  | 179 | virtual-reg = <0xef600300>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 180 | clock-frequency = <0>; /* Filled in by U-Boot */ | 
|  | 181 | current-speed = <0>; | 
|  | 182 | interrupt-parent = <&UIC0>; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 183 | interrupts = <0x1 0x4>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 184 | }; | 
|  | 185 |  | 
|  | 186 | IIC0: i2c@ef600400 { | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 187 | compatible = "ibm,iic-405ex", "ibm,iic"; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 188 | reg = <0xef600400 0x00000014>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 189 | interrupt-parent = <&UIC0>; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 190 | interrupts = <0x2 0x4>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 191 | }; | 
|  | 192 |  | 
|  | 193 | IIC1: i2c@ef600500 { | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 194 | compatible = "ibm,iic-405ex", "ibm,iic"; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 195 | reg = <0xef600500 0x00000014>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 196 | interrupt-parent = <&UIC0>; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 197 | interrupts = <0x7 0x4>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 198 | }; | 
|  | 199 |  | 
|  | 200 |  | 
|  | 201 | RGMII0: emac-rgmii@ef600b00 { | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 202 | compatible = "ibm,rgmii-405ex", "ibm,rgmii"; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 203 | reg = <0xef600b00 0x00000104>; | 
| Stefan Roese | 0a6ea8b | 2007-12-01 21:25:00 +1100 | [diff] [blame] | 204 | has-mdio; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 205 | }; | 
|  | 206 |  | 
|  | 207 | EMAC0: ethernet@ef600900 { | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 208 | linux,network-index = <0x0>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 209 | device_type = "network"; | 
| Grant Erickson | 05781cc | 2008-07-08 08:03:11 +1000 | [diff] [blame] | 210 | compatible = "ibm,emac-405ex", "ibm,emac4sync"; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 211 | interrupt-parent = <&EMAC0>; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 212 | interrupts = <0x0 0x1>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 213 | #interrupt-cells = <1>; | 
|  | 214 | #address-cells = <0>; | 
|  | 215 | #size-cells = <0>; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 216 | interrupt-map = </*Status*/ 0x0 &UIC0 0x18 0x4 | 
|  | 217 | /*Wake*/  0x1 &UIC1 0x1d 0x4>; | 
| Grant Erickson | 05781cc | 2008-07-08 08:03:11 +1000 | [diff] [blame] | 218 | reg = <0xef600900 0x000000c4>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 219 | local-mac-address = [000000000000]; /* Filled in by U-Boot */ | 
|  | 220 | mal-device = <&MAL0>; | 
|  | 221 | mal-tx-channel = <0>; | 
|  | 222 | mal-rx-channel = <0>; | 
|  | 223 | cell-index = <0>; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 224 | max-frame-size = <9000>; | 
|  | 225 | rx-fifo-size = <4096>; | 
|  | 226 | tx-fifo-size = <2048>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 227 | phy-mode = "rgmii"; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 228 | phy-map = <0x00000000>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 229 | rgmii-device = <&RGMII0>; | 
|  | 230 | rgmii-channel = <0>; | 
| Stefan Roese | 0a6ea8b | 2007-12-01 21:25:00 +1100 | [diff] [blame] | 231 | has-inverted-stacr-oc; | 
|  | 232 | has-new-stacr-staopc; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 233 | }; | 
|  | 234 |  | 
|  | 235 | EMAC1: ethernet@ef600a00 { | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 236 | linux,network-index = <0x1>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 237 | device_type = "network"; | 
| Grant Erickson | 05781cc | 2008-07-08 08:03:11 +1000 | [diff] [blame] | 238 | compatible = "ibm,emac-405ex", "ibm,emac4sync"; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 239 | interrupt-parent = <&EMAC1>; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 240 | interrupts = <0x0 0x1>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 241 | #interrupt-cells = <1>; | 
|  | 242 | #address-cells = <0>; | 
|  | 243 | #size-cells = <0>; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 244 | interrupt-map = </*Status*/ 0x0 &UIC0 0x19 0x4 | 
|  | 245 | /*Wake*/  0x1 &UIC1 0x1f 0x4>; | 
| Grant Erickson | 05781cc | 2008-07-08 08:03:11 +1000 | [diff] [blame] | 246 | reg = <0xef600a00 0x000000c4>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 247 | local-mac-address = [000000000000]; /* Filled in by U-Boot */ | 
|  | 248 | mal-device = <&MAL0>; | 
|  | 249 | mal-tx-channel = <1>; | 
|  | 250 | mal-rx-channel = <1>; | 
|  | 251 | cell-index = <1>; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 252 | max-frame-size = <9000>; | 
|  | 253 | rx-fifo-size = <4096>; | 
|  | 254 | tx-fifo-size = <2048>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 255 | phy-mode = "rgmii"; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 256 | phy-map = <0x00000000>; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 257 | rgmii-device = <&RGMII0>; | 
|  | 258 | rgmii-channel = <1>; | 
| Stefan Roese | 0a6ea8b | 2007-12-01 21:25:00 +1100 | [diff] [blame] | 259 | has-inverted-stacr-oc; | 
|  | 260 | has-new-stacr-staopc; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 261 | }; | 
|  | 262 | }; | 
| Stefan Roese | 151161c | 2007-12-07 20:34:26 +1100 | [diff] [blame] | 263 |  | 
|  | 264 | PCIE0: pciex@0a0000000 { | 
|  | 265 | device_type = "pci"; | 
|  | 266 | #interrupt-cells = <1>; | 
|  | 267 | #size-cells = <2>; | 
|  | 268 | #address-cells = <3>; | 
|  | 269 | compatible = "ibm,plb-pciex-405ex", "ibm,plb-pciex"; | 
|  | 270 | primary; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 271 | port = <0x0>; /* port number */ | 
|  | 272 | reg = <0xa0000000 0x20000000	/* Config space access */ | 
|  | 273 | 0xef000000 0x00001000>;	/* Registers */ | 
|  | 274 | dcr-reg = <0x040 0x020>; | 
|  | 275 | sdr-base = <0x400>; | 
| Stefan Roese | 151161c | 2007-12-07 20:34:26 +1100 | [diff] [blame] | 276 |  | 
|  | 277 | /* Outbound ranges, one memory and one IO, | 
|  | 278 | * later cannot be changed | 
|  | 279 | */ | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 280 | ranges = <0x02000000 0x00000000 0x80000000 0x90000000 0x00000000 0x08000000 | 
|  | 281 | 0x01000000 0x00000000 0x00000000 0xe0000000 0x00000000 0x00010000>; | 
| Stefan Roese | 151161c | 2007-12-07 20:34:26 +1100 | [diff] [blame] | 282 |  | 
|  | 283 | /* Inbound 2GB range starting at 0 */ | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 284 | dma-ranges = <0x42000000 0x0 0x0 0x0 0x0 0x80000000>; | 
| Stefan Roese | 151161c | 2007-12-07 20:34:26 +1100 | [diff] [blame] | 285 |  | 
| Stefan Roese | dc88416 | 2007-12-15 19:10:56 +1100 | [diff] [blame] | 286 | /* This drives busses 0x00 to 0x3f */ | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 287 | bus-range = <0x0 0x3f>; | 
| Stefan Roese | 151161c | 2007-12-07 20:34:26 +1100 | [diff] [blame] | 288 |  | 
|  | 289 | /* Legacy interrupts (note the weird polarity, the bridge seems | 
|  | 290 | * to invert PCIe legacy interrupts). | 
|  | 291 | * We are de-swizzling here because the numbers are actually for | 
|  | 292 | * port of the root complex virtual P2P bridge. But I want | 
|  | 293 | * to avoid putting a node for it in the tree, so the numbers | 
|  | 294 | * below are basically de-swizzled numbers. | 
|  | 295 | * The real slot is on idsel 0, so the swizzling is 1:1 | 
|  | 296 | */ | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 297 | interrupt-map-mask = <0x0 0x0 0x0 0x7>; | 
| Stefan Roese | 151161c | 2007-12-07 20:34:26 +1100 | [diff] [blame] | 298 | interrupt-map = < | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 299 | 0x0 0x0 0x0 0x1 &UIC2 0x0 0x4 /* swizzled int A */ | 
|  | 300 | 0x0 0x0 0x0 0x2 &UIC2 0x1 0x4 /* swizzled int B */ | 
|  | 301 | 0x0 0x0 0x0 0x3 &UIC2 0x2 0x4 /* swizzled int C */ | 
|  | 302 | 0x0 0x0 0x0 0x4 &UIC2 0x3 0x4 /* swizzled int D */>; | 
| Stefan Roese | 151161c | 2007-12-07 20:34:26 +1100 | [diff] [blame] | 303 | }; | 
|  | 304 |  | 
|  | 305 | PCIE1: pciex@0c0000000 { | 
|  | 306 | device_type = "pci"; | 
|  | 307 | #interrupt-cells = <1>; | 
|  | 308 | #size-cells = <2>; | 
|  | 309 | #address-cells = <3>; | 
|  | 310 | compatible = "ibm,plb-pciex-405ex", "ibm,plb-pciex"; | 
|  | 311 | primary; | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 312 | port = <0x1>; /* port number */ | 
|  | 313 | reg = <0xc0000000 0x20000000	/* Config space access */ | 
|  | 314 | 0xef001000 0x00001000>;	/* Registers */ | 
|  | 315 | dcr-reg = <0x060 0x020>; | 
|  | 316 | sdr-base = <0x440>; | 
| Stefan Roese | 151161c | 2007-12-07 20:34:26 +1100 | [diff] [blame] | 317 |  | 
|  | 318 | /* Outbound ranges, one memory and one IO, | 
|  | 319 | * later cannot be changed | 
|  | 320 | */ | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 321 | ranges = <0x02000000 0x00000000 0x80000000 0x98000000 0x00000000 0x08000000 | 
|  | 322 | 0x01000000 0x00000000 0x00000000 0xe0010000 0x00000000 0x00010000>; | 
| Stefan Roese | 151161c | 2007-12-07 20:34:26 +1100 | [diff] [blame] | 323 |  | 
|  | 324 | /* Inbound 2GB range starting at 0 */ | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 325 | dma-ranges = <0x42000000 0x0 0x0 0x0 0x0 0x80000000>; | 
| Stefan Roese | 151161c | 2007-12-07 20:34:26 +1100 | [diff] [blame] | 326 |  | 
| Stefan Roese | dc88416 | 2007-12-15 19:10:56 +1100 | [diff] [blame] | 327 | /* This drives busses 0x40 to 0x7f */ | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 328 | bus-range = <0x40 0x7f>; | 
| Stefan Roese | 151161c | 2007-12-07 20:34:26 +1100 | [diff] [blame] | 329 |  | 
|  | 330 | /* Legacy interrupts (note the weird polarity, the bridge seems | 
|  | 331 | * to invert PCIe legacy interrupts). | 
|  | 332 | * We are de-swizzling here because the numbers are actually for | 
|  | 333 | * port of the root complex virtual P2P bridge. But I want | 
|  | 334 | * to avoid putting a node for it in the tree, so the numbers | 
|  | 335 | * below are basically de-swizzled numbers. | 
|  | 336 | * The real slot is on idsel 0, so the swizzling is 1:1 | 
|  | 337 | */ | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 338 | interrupt-map-mask = <0x0 0x0 0x0 0x7>; | 
| Stefan Roese | 151161c | 2007-12-07 20:34:26 +1100 | [diff] [blame] | 339 | interrupt-map = < | 
| David Gibson | 71f3497 | 2008-05-15 16:46:39 +1000 | [diff] [blame] | 340 | 0x0 0x0 0x0 0x1 &UIC2 0xb 0x4 /* swizzled int A */ | 
|  | 341 | 0x0 0x0 0x0 0x2 &UIC2 0xc 0x4 /* swizzled int B */ | 
|  | 342 | 0x0 0x0 0x0 0x3 &UIC2 0xd 0x4 /* swizzled int C */ | 
|  | 343 | 0x0 0x0 0x0 0x4 &UIC2 0xe 0x4 /* swizzled int D */>; | 
| Stefan Roese | 151161c | 2007-12-07 20:34:26 +1100 | [diff] [blame] | 344 | }; | 
| Stefan Roese | a62f48d | 2007-10-11 22:08:27 +1000 | [diff] [blame] | 345 | }; | 
|  | 346 | }; |