Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 1 | /* |
| 2 | * MPC832x RDB Device Tree Source |
| 3 | * |
| 4 | * Copyright 2007 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 | |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 12 | /dts-v1/; |
| 13 | |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 14 | / { |
| 15 | model = "MPC8323ERDB"; |
| 16 | compatible = "MPC8323ERDB", "MPC832xRDB", "MPC83xxRDB"; |
| 17 | #address-cells = <1>; |
| 18 | #size-cells = <1>; |
| 19 | |
Kumar Gala | ea082fa | 2007-12-12 01:46:12 -0600 | [diff] [blame] | 20 | aliases { |
Michael Barkowski | e871809 | 2008-11-13 10:18:28 -0500 | [diff] [blame] | 21 | ethernet0 = &enet1; |
| 22 | ethernet1 = &enet0; |
Kumar Gala | ea082fa | 2007-12-12 01:46:12 -0600 | [diff] [blame] | 23 | serial0 = &serial0; |
| 24 | serial1 = &serial1; |
| 25 | pci0 = &pci0; |
| 26 | }; |
| 27 | |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 28 | cpus { |
| 29 | #address-cells = <1>; |
| 30 | #size-cells = <0>; |
| 31 | |
| 32 | PowerPC,8323@0 { |
| 33 | device_type = "cpu"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 34 | reg = <0x0>; |
| 35 | d-cache-line-size = <0x20>; // 32 bytes |
| 36 | i-cache-line-size = <0x20>; // 32 bytes |
| 37 | d-cache-size = <16384>; // L1, 16K |
| 38 | i-cache-size = <16384>; // L1, 16K |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 39 | timebase-frequency = <0>; |
| 40 | bus-frequency = <0>; |
| 41 | clock-frequency = <0>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 42 | }; |
| 43 | }; |
| 44 | |
| 45 | memory { |
| 46 | device_type = "memory"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 47 | reg = <0x00000000 0x04000000>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 48 | }; |
| 49 | |
| 50 | soc8323@e0000000 { |
| 51 | #address-cells = <1>; |
| 52 | #size-cells = <1>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 53 | device_type = "soc"; |
Kim Phillips | cf0d19f | 2008-07-29 15:29:24 -0500 | [diff] [blame] | 54 | compatible = "simple-bus"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 55 | ranges = <0x0 0xe0000000 0x00100000>; |
| 56 | reg = <0xe0000000 0x00000200>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 57 | bus-frequency = <0>; |
| 58 | |
| 59 | wdt@200 { |
| 60 | device_type = "watchdog"; |
| 61 | compatible = "mpc83xx_wdt"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 62 | reg = <0x200 0x100>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 63 | }; |
| 64 | |
| 65 | i2c@3000 { |
Kumar Gala | ec9686c | 2007-12-11 23:17:24 -0600 | [diff] [blame] | 66 | #address-cells = <1>; |
| 67 | #size-cells = <0>; |
| 68 | cell-index = <0>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 69 | compatible = "fsl-i2c"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 70 | reg = <0x3000 0x100>; |
| 71 | interrupts = <14 0x8>; |
Kumar Gala | dee8055 | 2008-06-27 13:45:19 -0500 | [diff] [blame] | 72 | interrupt-parent = <&ipic>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 73 | dfsrr; |
| 74 | }; |
| 75 | |
Kumar Gala | ea082fa | 2007-12-12 01:46:12 -0600 | [diff] [blame] | 76 | serial0: serial@4500 { |
| 77 | cell-index = <0>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 78 | device_type = "serial"; |
| 79 | compatible = "ns16550"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 80 | reg = <0x4500 0x100>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 81 | clock-frequency = <0>; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 82 | interrupts = <9 0x8>; |
Kumar Gala | dee8055 | 2008-06-27 13:45:19 -0500 | [diff] [blame] | 83 | interrupt-parent = <&ipic>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 84 | }; |
| 85 | |
Kumar Gala | ea082fa | 2007-12-12 01:46:12 -0600 | [diff] [blame] | 86 | serial1: serial@4600 { |
| 87 | cell-index = <1>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 88 | device_type = "serial"; |
| 89 | compatible = "ns16550"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 90 | reg = <0x4600 0x100>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 91 | clock-frequency = <0>; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 92 | interrupts = <10 0x8>; |
Kumar Gala | dee8055 | 2008-06-27 13:45:19 -0500 | [diff] [blame] | 93 | interrupt-parent = <&ipic>; |
| 94 | }; |
| 95 | |
| 96 | dma@82a8 { |
| 97 | #address-cells = <1>; |
| 98 | #size-cells = <1>; |
| 99 | compatible = "fsl,mpc8323-dma", "fsl,elo-dma"; |
| 100 | reg = <0x82a8 4>; |
| 101 | ranges = <0 0x8100 0x1a8>; |
| 102 | interrupt-parent = <&ipic>; |
| 103 | interrupts = <71 8>; |
| 104 | cell-index = <0>; |
| 105 | dma-channel@0 { |
| 106 | compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel"; |
| 107 | reg = <0 0x80>; |
Kumar Gala | aeb4276 | 2008-09-23 22:05:10 -0500 | [diff] [blame] | 108 | cell-index = <0>; |
Kumar Gala | dee8055 | 2008-06-27 13:45:19 -0500 | [diff] [blame] | 109 | interrupt-parent = <&ipic>; |
| 110 | interrupts = <71 8>; |
| 111 | }; |
| 112 | dma-channel@80 { |
| 113 | compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel"; |
| 114 | reg = <0x80 0x80>; |
Kumar Gala | aeb4276 | 2008-09-23 22:05:10 -0500 | [diff] [blame] | 115 | cell-index = <1>; |
Kumar Gala | dee8055 | 2008-06-27 13:45:19 -0500 | [diff] [blame] | 116 | interrupt-parent = <&ipic>; |
| 117 | interrupts = <71 8>; |
| 118 | }; |
| 119 | dma-channel@100 { |
| 120 | compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel"; |
| 121 | reg = <0x100 0x80>; |
Kumar Gala | aeb4276 | 2008-09-23 22:05:10 -0500 | [diff] [blame] | 122 | cell-index = <2>; |
Kumar Gala | dee8055 | 2008-06-27 13:45:19 -0500 | [diff] [blame] | 123 | interrupt-parent = <&ipic>; |
| 124 | interrupts = <71 8>; |
| 125 | }; |
| 126 | dma-channel@180 { |
| 127 | compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel"; |
| 128 | reg = <0x180 0x28>; |
Kumar Gala | aeb4276 | 2008-09-23 22:05:10 -0500 | [diff] [blame] | 129 | cell-index = <3>; |
Kumar Gala | dee8055 | 2008-06-27 13:45:19 -0500 | [diff] [blame] | 130 | interrupt-parent = <&ipic>; |
| 131 | interrupts = <71 8>; |
| 132 | }; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 133 | }; |
| 134 | |
| 135 | crypto@30000 { |
Kim Phillips | 3fd4473 | 2008-07-08 19:13:33 -0500 | [diff] [blame] | 136 | compatible = "fsl,sec2.2", "fsl,sec2.1", "fsl,sec2.0"; |
| 137 | reg = <0x30000 0x10000>; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 138 | interrupts = <11 0x8>; |
Kumar Gala | dee8055 | 2008-06-27 13:45:19 -0500 | [diff] [blame] | 139 | interrupt-parent = <&ipic>; |
Kim Phillips | 3fd4473 | 2008-07-08 19:13:33 -0500 | [diff] [blame] | 140 | fsl,num-channels = <1>; |
| 141 | fsl,channel-fifo-len = <24>; |
| 142 | fsl,exec-units-mask = <0x4c>; |
| 143 | fsl,descriptor-types-mask = <0x0122003f>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 144 | }; |
| 145 | |
Kumar Gala | dee8055 | 2008-06-27 13:45:19 -0500 | [diff] [blame] | 146 | ipic:pic@700 { |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 147 | interrupt-controller; |
| 148 | #address-cells = <0>; |
| 149 | #interrupt-cells = <2>; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 150 | reg = <0x700 0x100>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 151 | device_type = "ipic"; |
| 152 | }; |
| 153 | |
| 154 | par_io@1400 { |
Anton Vorontsov | 7545828 | 2009-03-31 15:24:39 -0700 | [diff] [blame] | 155 | #address-cells = <1>; |
| 156 | #size-cells = <1>; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 157 | reg = <0x1400 0x100>; |
Anton Vorontsov | 7545828 | 2009-03-31 15:24:39 -0700 | [diff] [blame] | 158 | ranges = <3 0x1448 0x18>; |
| 159 | compatible = "fsl,mpc8323-qe-pario"; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 160 | device_type = "par_io"; |
| 161 | num-ports = <7>; |
| 162 | |
Anton Vorontsov | 7545828 | 2009-03-31 15:24:39 -0700 | [diff] [blame] | 163 | qe_pio_d: gpio-controller@1448 { |
| 164 | #gpio-cells = <2>; |
| 165 | compatible = "fsl,mpc8323-qe-pario-bank"; |
| 166 | reg = <3 0x18>; |
| 167 | gpio-controller; |
| 168 | }; |
| 169 | |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 170 | ucc2pio:ucc_pin@02 { |
| 171 | pio-map = < |
| 172 | /* port pin dir open_drain assignment has_irq */ |
| 173 | 3 4 3 0 2 0 /* MDIO */ |
| 174 | 3 5 1 0 2 0 /* MDC */ |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 175 | 3 21 2 0 1 0 /* RX_CLK (CLK16) */ |
| 176 | 3 23 2 0 1 0 /* TX_CLK (CLK3) */ |
| 177 | 0 18 1 0 1 0 /* TxD0 */ |
| 178 | 0 19 1 0 1 0 /* TxD1 */ |
| 179 | 0 20 1 0 1 0 /* TxD2 */ |
| 180 | 0 21 1 0 1 0 /* TxD3 */ |
| 181 | 0 22 2 0 1 0 /* RxD0 */ |
| 182 | 0 23 2 0 1 0 /* RxD1 */ |
| 183 | 0 24 2 0 1 0 /* RxD2 */ |
| 184 | 0 25 2 0 1 0 /* RxD3 */ |
| 185 | 0 26 2 0 1 0 /* RX_ER */ |
| 186 | 0 27 1 0 1 0 /* TX_ER */ |
| 187 | 0 28 2 0 1 0 /* RX_DV */ |
| 188 | 0 29 2 0 1 0 /* COL */ |
| 189 | 0 30 1 0 1 0 /* TX_EN */ |
| 190 | 0 31 2 0 1 0>; /* CRS */ |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 191 | }; |
| 192 | ucc3pio:ucc_pin@03 { |
| 193 | pio-map = < |
| 194 | /* port pin dir open_drain assignment has_irq */ |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 195 | 0 13 2 0 1 0 /* RX_CLK (CLK9) */ |
| 196 | 3 24 2 0 1 0 /* TX_CLK (CLK10) */ |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 197 | 1 0 1 0 1 0 /* TxD0 */ |
| 198 | 1 1 1 0 1 0 /* TxD1 */ |
| 199 | 1 2 1 0 1 0 /* TxD2 */ |
| 200 | 1 3 1 0 1 0 /* TxD3 */ |
| 201 | 1 4 2 0 1 0 /* RxD0 */ |
| 202 | 1 5 2 0 1 0 /* RxD1 */ |
| 203 | 1 6 2 0 1 0 /* RxD2 */ |
| 204 | 1 7 2 0 1 0 /* RxD3 */ |
| 205 | 1 8 2 0 1 0 /* RX_ER */ |
| 206 | 1 9 1 0 1 0 /* TX_ER */ |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 207 | 1 10 2 0 1 0 /* RX_DV */ |
| 208 | 1 11 2 0 1 0 /* COL */ |
| 209 | 1 12 1 0 1 0 /* TX_EN */ |
| 210 | 1 13 2 0 1 0>; /* CRS */ |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 211 | }; |
| 212 | }; |
| 213 | }; |
| 214 | |
| 215 | qe@e0100000 { |
| 216 | #address-cells = <1>; |
| 217 | #size-cells = <1>; |
| 218 | device_type = "qe"; |
Anton Vorontsov | a2dd70a | 2008-01-24 18:39:59 +0300 | [diff] [blame] | 219 | compatible = "fsl,qe"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 220 | ranges = <0x0 0xe0100000 0x00100000>; |
| 221 | reg = <0xe0100000 0x480>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 222 | brg-frequency = <0>; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 223 | bus-frequency = <198000000>; |
Haiying Wang | 01b14a9 | 2009-05-01 15:40:51 -0400 | [diff] [blame] | 224 | fsl,qe-num-riscs = <1>; |
| 225 | fsl,qe-num-snums = <28>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 226 | |
| 227 | muram@10000 { |
Paul Gortmaker | 390167e | 2008-01-28 02:27:51 -0500 | [diff] [blame] | 228 | #address-cells = <1>; |
| 229 | #size-cells = <1>; |
Anton Vorontsov | a2dd70a | 2008-01-24 18:39:59 +0300 | [diff] [blame] | 230 | compatible = "fsl,qe-muram", "fsl,cpm-muram"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 231 | ranges = <0x0 0x00010000 0x00004000>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 232 | |
| 233 | data-only@0 { |
Anton Vorontsov | a2dd70a | 2008-01-24 18:39:59 +0300 | [diff] [blame] | 234 | compatible = "fsl,qe-muram-data", |
| 235 | "fsl,cpm-muram-data"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 236 | reg = <0x0 0x4000>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 237 | }; |
| 238 | }; |
| 239 | |
| 240 | spi@4c0 { |
Anton Vorontsov | 7545828 | 2009-03-31 15:24:39 -0700 | [diff] [blame] | 241 | #address-cells = <1>; |
| 242 | #size-cells = <0>; |
Anton Vorontsov | f3a2b29 | 2008-01-24 18:40:07 +0300 | [diff] [blame] | 243 | cell-index = <0>; |
| 244 | compatible = "fsl,spi"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 245 | reg = <0x4c0 0x40>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 246 | interrupts = <2>; |
| 247 | interrupt-parent = <&qeic>; |
Anton Vorontsov | 7545828 | 2009-03-31 15:24:39 -0700 | [diff] [blame] | 248 | gpios = <&qe_pio_d 13 0>; |
Anton Vorontsov | 8237bf0 | 2007-08-23 15:36:00 +0400 | [diff] [blame] | 249 | mode = "cpu-qe"; |
Anton Vorontsov | 7545828 | 2009-03-31 15:24:39 -0700 | [diff] [blame] | 250 | |
| 251 | mmc-slot@0 { |
| 252 | compatible = "fsl,mpc8323rdb-mmc-slot", |
| 253 | "mmc-spi-slot"; |
| 254 | reg = <0>; |
| 255 | gpios = <&qe_pio_d 14 1 |
| 256 | &qe_pio_d 15 0>; |
| 257 | voltage-ranges = <3300 3300>; |
| 258 | spi-max-frequency = <50000000>; |
| 259 | }; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 260 | }; |
| 261 | |
| 262 | spi@500 { |
Anton Vorontsov | f3a2b29 | 2008-01-24 18:40:07 +0300 | [diff] [blame] | 263 | cell-index = <1>; |
| 264 | compatible = "fsl,spi"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 265 | reg = <0x500 0x40>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 266 | interrupts = <1>; |
| 267 | interrupt-parent = <&qeic>; |
| 268 | mode = "cpu"; |
| 269 | }; |
| 270 | |
Kumar Gala | e77b28e | 2007-12-12 00:28:35 -0600 | [diff] [blame] | 271 | enet0: ucc@3000 { |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 272 | device_type = "network"; |
| 273 | compatible = "ucc_geth"; |
Kumar Gala | e77b28e | 2007-12-12 00:28:35 -0600 | [diff] [blame] | 274 | cell-index = <2>; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 275 | reg = <0x3000 0x200>; |
| 276 | interrupts = <33>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 277 | interrupt-parent = <&qeic>; |
Timur Tabi | eae9826 | 2007-06-22 14:33:15 -0500 | [diff] [blame] | 278 | local-mac-address = [ 00 00 00 00 00 00 ]; |
Timur Tabi | 9fb1e35 | 2007-12-03 15:17:59 -0600 | [diff] [blame] | 279 | rx-clock-name = "clk16"; |
| 280 | tx-clock-name = "clk3"; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 281 | phy-handle = <&phy00>; |
| 282 | pio-handle = <&ucc2pio>; |
| 283 | }; |
| 284 | |
Kumar Gala | e77b28e | 2007-12-12 00:28:35 -0600 | [diff] [blame] | 285 | enet1: ucc@2200 { |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 286 | device_type = "network"; |
| 287 | compatible = "ucc_geth"; |
Kumar Gala | e77b28e | 2007-12-12 00:28:35 -0600 | [diff] [blame] | 288 | cell-index = <3>; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 289 | reg = <0x2200 0x200>; |
| 290 | interrupts = <34>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 291 | interrupt-parent = <&qeic>; |
Timur Tabi | eae9826 | 2007-06-22 14:33:15 -0500 | [diff] [blame] | 292 | local-mac-address = [ 00 00 00 00 00 00 ]; |
Timur Tabi | 9fb1e35 | 2007-12-03 15:17:59 -0600 | [diff] [blame] | 293 | rx-clock-name = "clk9"; |
| 294 | tx-clock-name = "clk10"; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 295 | phy-handle = <&phy04>; |
| 296 | pio-handle = <&ucc3pio>; |
| 297 | }; |
| 298 | |
| 299 | mdio@3120 { |
| 300 | #address-cells = <1>; |
| 301 | #size-cells = <0>; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 302 | reg = <0x3120 0x18>; |
Anton Vorontsov | d0a2f82 | 2008-01-24 18:40:01 +0300 | [diff] [blame] | 303 | compatible = "fsl,ucc-mdio"; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 304 | |
| 305 | phy00:ethernet-phy@00 { |
Kumar Gala | dee8055 | 2008-06-27 13:45:19 -0500 | [diff] [blame] | 306 | interrupt-parent = <&ipic>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 307 | interrupts = <0>; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 308 | reg = <0x0>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 309 | device_type = "ethernet-phy"; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 310 | }; |
| 311 | phy04:ethernet-phy@04 { |
Kumar Gala | dee8055 | 2008-06-27 13:45:19 -0500 | [diff] [blame] | 312 | interrupt-parent = <&ipic>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 313 | interrupts = <0>; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 314 | reg = <0x4>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 315 | device_type = "ethernet-phy"; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 316 | }; |
| 317 | }; |
| 318 | |
Anton Vorontsov | a2dd70a | 2008-01-24 18:39:59 +0300 | [diff] [blame] | 319 | qeic:interrupt-controller@80 { |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 320 | interrupt-controller; |
Anton Vorontsov | a2dd70a | 2008-01-24 18:39:59 +0300 | [diff] [blame] | 321 | compatible = "fsl,qe-ic"; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 322 | #address-cells = <0>; |
| 323 | #interrupt-cells = <1>; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 324 | reg = <0x80 0x80>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 325 | big-endian; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 326 | interrupts = <32 0x8 33 0x8>; //high:32 low:33 |
Kumar Gala | dee8055 | 2008-06-27 13:45:19 -0500 | [diff] [blame] | 327 | interrupt-parent = <&ipic>; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 328 | }; |
| 329 | }; |
Kumar Gala | 1b3c5cda | 2007-09-12 18:23:46 -0500 | [diff] [blame] | 330 | |
Kumar Gala | ea082fa | 2007-12-12 01:46:12 -0600 | [diff] [blame] | 331 | pci0: pci@e0008500 { |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 332 | interrupt-map-mask = <0xf800 0x0 0x0 0x7>; |
Kumar Gala | 1b3c5cda | 2007-09-12 18:23:46 -0500 | [diff] [blame] | 333 | interrupt-map = < |
| 334 | /* IDSEL 0x10 AD16 (USB) */ |
Kumar Gala | dee8055 | 2008-06-27 13:45:19 -0500 | [diff] [blame] | 335 | 0x8000 0x0 0x0 0x1 &ipic 17 0x8 |
Kumar Gala | 1b3c5cda | 2007-09-12 18:23:46 -0500 | [diff] [blame] | 336 | |
| 337 | /* IDSEL 0x11 AD17 (Mini1)*/ |
Kumar Gala | dee8055 | 2008-06-27 13:45:19 -0500 | [diff] [blame] | 338 | 0x8800 0x0 0x0 0x1 &ipic 18 0x8 |
| 339 | 0x8800 0x0 0x0 0x2 &ipic 19 0x8 |
| 340 | 0x8800 0x0 0x0 0x3 &ipic 20 0x8 |
| 341 | 0x8800 0x0 0x0 0x4 &ipic 48 0x8 |
Kumar Gala | 1b3c5cda | 2007-09-12 18:23:46 -0500 | [diff] [blame] | 342 | |
| 343 | /* IDSEL 0x12 AD18 (PCI/Mini2) */ |
Kumar Gala | dee8055 | 2008-06-27 13:45:19 -0500 | [diff] [blame] | 344 | 0x9000 0x0 0x0 0x1 &ipic 19 0x8 |
| 345 | 0x9000 0x0 0x0 0x2 &ipic 20 0x8 |
| 346 | 0x9000 0x0 0x0 0x3 &ipic 48 0x8 |
| 347 | 0x9000 0x0 0x0 0x4 &ipic 17 0x8>; |
Kumar Gala | 1b3c5cda | 2007-09-12 18:23:46 -0500 | [diff] [blame] | 348 | |
Kumar Gala | dee8055 | 2008-06-27 13:45:19 -0500 | [diff] [blame] | 349 | interrupt-parent = <&ipic>; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 350 | interrupts = <66 0x8>; |
| 351 | bus-range = <0x0 0x0>; |
| 352 | ranges = <0x42000000 0x0 0x80000000 0x80000000 0x0 0x10000000 |
| 353 | 0x02000000 0x0 0x90000000 0x90000000 0x0 0x10000000 |
| 354 | 0x01000000 0x0 0xd0000000 0xd0000000 0x0 0x04000000>; |
Kumar Gala | 1b3c5cda | 2007-09-12 18:23:46 -0500 | [diff] [blame] | 355 | clock-frequency = <0>; |
| 356 | #interrupt-cells = <1>; |
| 357 | #size-cells = <2>; |
| 358 | #address-cells = <3>; |
John Rigby | 5b70a09 | 2008-10-07 13:00:18 -0600 | [diff] [blame] | 359 | reg = <0xe0008500 0x100 /* internal registers */ |
| 360 | 0xe0008300 0x8>; /* config space access registers */ |
Kumar Gala | 1b3c5cda | 2007-09-12 18:23:46 -0500 | [diff] [blame] | 361 | compatible = "fsl,mpc8349-pci"; |
| 362 | device_type = "pci"; |
| 363 | }; |
Michael Barkowski | 23308c5 | 2007-03-19 09:15:28 -0500 | [diff] [blame] | 364 | }; |