Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 1 | /* |
| 2 | * MPC8323E EMDS 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. |
Timur Tabi | 845cf50 | 2008-01-09 17:35:05 -0600 | [diff] [blame] | 10 | |
| 11 | * To enable external serial I/O on a Freescale MPC 8323 SYS/MDS board, do |
| 12 | * this: |
| 13 | * |
| 14 | * 1) On chip U61, lift (disconnect) pins 21 (TXD) and 22 (RXD) from the board. |
| 15 | * 2) Solder a wire from U61-21 to P19A-23. P19 is a grid of pins on the board |
| 16 | * next to the serial ports. |
| 17 | * 3) Solder a wire from U61-22 to P19K-22. |
| 18 | * |
| 19 | * Note that there's a typo in the schematic. The board labels the last column |
| 20 | * of pins "P19K", but in the schematic, that column is called "P19J". So if |
| 21 | * you're going by the schematic, the pin is called "P19J-K22". |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 22 | */ |
| 23 | |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 24 | /dts-v1/; |
| 25 | |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 26 | / { |
| 27 | model = "MPC8323EMDS"; |
Kumar Gala | d71a1dc | 2007-02-16 09:57:22 -0600 | [diff] [blame] | 28 | compatible = "MPC8323EMDS", "MPC832xMDS", "MPC83xxMDS"; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 29 | #address-cells = <1>; |
| 30 | #size-cells = <1>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 31 | |
Kumar Gala | ea082fa | 2007-12-12 01:46:12 -0600 | [diff] [blame] | 32 | aliases { |
| 33 | ethernet0 = &enet0; |
| 34 | ethernet1 = &enet1; |
| 35 | serial0 = &serial0; |
| 36 | serial1 = &serial1; |
| 37 | pci0 = &pci0; |
| 38 | }; |
| 39 | |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 40 | cpus { |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 41 | #address-cells = <1>; |
| 42 | #size-cells = <0>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 43 | |
| 44 | PowerPC,8323@0 { |
| 45 | device_type = "cpu"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 46 | reg = <0x0>; |
| 47 | d-cache-line-size = <32>; // 32 bytes |
| 48 | i-cache-line-size = <32>; // 32 bytes |
| 49 | d-cache-size = <16384>; // L1, 16K |
| 50 | i-cache-size = <16384>; // L1, 16K |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 51 | timebase-frequency = <0>; |
| 52 | bus-frequency = <0>; |
| 53 | clock-frequency = <0>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 54 | }; |
| 55 | }; |
| 56 | |
| 57 | memory { |
| 58 | device_type = "memory"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 59 | reg = <0x00000000 0x08000000>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 60 | }; |
| 61 | |
| 62 | bcsr@f8000000 { |
Anton Vorontsov | fd657ef | 2008-10-18 04:23:52 +0400 | [diff] [blame] | 63 | compatible = "fsl,mpc8323mds-bcsr"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 64 | reg = <0xf8000000 0x8000>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 65 | }; |
| 66 | |
| 67 | soc8323@e0000000 { |
| 68 | #address-cells = <1>; |
| 69 | #size-cells = <1>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 70 | device_type = "soc"; |
Kim Phillips | cf0d19f | 2008-07-29 15:29:24 -0500 | [diff] [blame] | 71 | compatible = "simple-bus"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 72 | ranges = <0x0 0xe0000000 0x00100000>; |
| 73 | reg = <0xe0000000 0x00000200>; |
| 74 | bus-frequency = <132000000>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 75 | |
| 76 | wdt@200 { |
| 77 | device_type = "watchdog"; |
| 78 | compatible = "mpc83xx_wdt"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 79 | reg = <0x200 0x100>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 80 | }; |
| 81 | |
| 82 | i2c@3000 { |
Kim Phillips | 27f49807 | 2007-11-08 13:37:06 -0600 | [diff] [blame] | 83 | #address-cells = <1>; |
| 84 | #size-cells = <0>; |
Kumar Gala | ec9686c | 2007-12-11 23:17:24 -0600 | [diff] [blame] | 85 | cell-index = <0>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 86 | compatible = "fsl-i2c"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 87 | reg = <0x3000 0x100>; |
| 88 | interrupts = <14 0x8>; |
| 89 | interrupt-parent = <&ipic>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 90 | dfsrr; |
Kim Phillips | 27f49807 | 2007-11-08 13:37:06 -0600 | [diff] [blame] | 91 | |
| 92 | rtc@68 { |
| 93 | compatible = "dallas,ds1374"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 94 | reg = <0x68>; |
Kim Phillips | 27f49807 | 2007-11-08 13:37:06 -0600 | [diff] [blame] | 95 | }; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 96 | }; |
| 97 | |
Kumar Gala | ea082fa | 2007-12-12 01:46:12 -0600 | [diff] [blame] | 98 | serial0: serial@4500 { |
| 99 | cell-index = <0>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 100 | device_type = "serial"; |
| 101 | compatible = "ns16550"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 102 | reg = <0x4500 0x100>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 103 | clock-frequency = <0>; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 104 | interrupts = <9 0x8>; |
| 105 | interrupt-parent = <&ipic>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 106 | }; |
| 107 | |
Kumar Gala | ea082fa | 2007-12-12 01:46:12 -0600 | [diff] [blame] | 108 | serial1: serial@4600 { |
| 109 | cell-index = <1>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 110 | device_type = "serial"; |
| 111 | compatible = "ns16550"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 112 | reg = <0x4600 0x100>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 113 | clock-frequency = <0>; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 114 | interrupts = <10 0x8>; |
| 115 | interrupt-parent = <&ipic>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 116 | }; |
| 117 | |
Kumar Gala | dee8055 | 2008-06-27 13:45:19 -0500 | [diff] [blame] | 118 | dma@82a8 { |
| 119 | #address-cells = <1>; |
| 120 | #size-cells = <1>; |
| 121 | compatible = "fsl,mpc8323-dma", "fsl,elo-dma"; |
| 122 | reg = <0x82a8 4>; |
| 123 | ranges = <0 0x8100 0x1a8>; |
| 124 | interrupt-parent = <&ipic>; |
| 125 | interrupts = <71 8>; |
| 126 | cell-index = <0>; |
| 127 | dma-channel@0 { |
| 128 | compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel"; |
| 129 | reg = <0 0x80>; |
Kumar Gala | aeb4276 | 2008-09-23 22:05:10 -0500 | [diff] [blame] | 130 | cell-index = <0>; |
Kumar Gala | dee8055 | 2008-06-27 13:45:19 -0500 | [diff] [blame] | 131 | interrupt-parent = <&ipic>; |
| 132 | interrupts = <71 8>; |
| 133 | }; |
| 134 | dma-channel@80 { |
| 135 | compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel"; |
| 136 | reg = <0x80 0x80>; |
Kumar Gala | aeb4276 | 2008-09-23 22:05:10 -0500 | [diff] [blame] | 137 | cell-index = <1>; |
Kumar Gala | dee8055 | 2008-06-27 13:45:19 -0500 | [diff] [blame] | 138 | interrupt-parent = <&ipic>; |
| 139 | interrupts = <71 8>; |
| 140 | }; |
| 141 | dma-channel@100 { |
| 142 | compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel"; |
| 143 | reg = <0x100 0x80>; |
Kumar Gala | aeb4276 | 2008-09-23 22:05:10 -0500 | [diff] [blame] | 144 | cell-index = <2>; |
Kumar Gala | dee8055 | 2008-06-27 13:45:19 -0500 | [diff] [blame] | 145 | interrupt-parent = <&ipic>; |
| 146 | interrupts = <71 8>; |
| 147 | }; |
| 148 | dma-channel@180 { |
| 149 | compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel"; |
| 150 | reg = <0x180 0x28>; |
Kumar Gala | aeb4276 | 2008-09-23 22:05:10 -0500 | [diff] [blame] | 151 | cell-index = <3>; |
Kumar Gala | dee8055 | 2008-06-27 13:45:19 -0500 | [diff] [blame] | 152 | interrupt-parent = <&ipic>; |
| 153 | interrupts = <71 8>; |
| 154 | }; |
| 155 | }; |
| 156 | |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 157 | crypto@30000 { |
Kim Phillips | 3fd4473 | 2008-07-08 19:13:33 -0500 | [diff] [blame] | 158 | compatible = "fsl,sec2.2", "fsl,sec2.1", "fsl,sec2.0"; |
| 159 | reg = <0x30000 0x10000>; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 160 | interrupts = <11 0x8>; |
| 161 | interrupt-parent = <&ipic>; |
Kim Phillips | 3fd4473 | 2008-07-08 19:13:33 -0500 | [diff] [blame] | 162 | fsl,num-channels = <1>; |
| 163 | fsl,channel-fifo-len = <24>; |
| 164 | fsl,exec-units-mask = <0x4c>; |
| 165 | fsl,descriptor-types-mask = <0x0122003f>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 166 | }; |
| 167 | |
Kumar Gala | d71a1dc | 2007-02-16 09:57:22 -0600 | [diff] [blame] | 168 | ipic: pic@700 { |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 169 | interrupt-controller; |
| 170 | #address-cells = <0>; |
| 171 | #interrupt-cells = <2>; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 172 | reg = <0x700 0x100>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 173 | device_type = "ipic"; |
| 174 | }; |
Kim Phillips | 4a2adca | 2007-11-13 17:26:31 -0600 | [diff] [blame] | 175 | |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 176 | par_io@1400 { |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 177 | reg = <0x1400 0x100>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 178 | device_type = "par_io"; |
| 179 | num-ports = <7>; |
| 180 | |
Kumar Gala | d71a1dc | 2007-02-16 09:57:22 -0600 | [diff] [blame] | 181 | pio3: ucc_pin@03 { |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 182 | pio-map = < |
| 183 | /* port pin dir open_drain assignment has_irq */ |
| 184 | 3 4 3 0 2 0 /* MDIO */ |
| 185 | 3 5 1 0 2 0 /* MDC */ |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 186 | 0 13 2 0 1 0 /* RX_CLK (CLK9) */ |
| 187 | 3 24 2 0 1 0 /* TX_CLK (CLK10) */ |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 188 | 1 0 1 0 1 0 /* TxD0 */ |
| 189 | 1 1 1 0 1 0 /* TxD1 */ |
| 190 | 1 2 1 0 1 0 /* TxD2 */ |
| 191 | 1 3 1 0 1 0 /* TxD3 */ |
| 192 | 1 4 2 0 1 0 /* RxD0 */ |
| 193 | 1 5 2 0 1 0 /* RxD1 */ |
| 194 | 1 6 2 0 1 0 /* RxD2 */ |
| 195 | 1 7 2 0 1 0 /* RxD3 */ |
| 196 | 1 8 2 0 1 0 /* RX_ER */ |
| 197 | 1 9 1 0 1 0 /* TX_ER */ |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 198 | 1 10 2 0 1 0 /* RX_DV */ |
| 199 | 1 11 2 0 1 0 /* COL */ |
| 200 | 1 12 1 0 1 0 /* TX_EN */ |
| 201 | 1 13 2 0 1 0>; /* CRS */ |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 202 | }; |
Kumar Gala | d71a1dc | 2007-02-16 09:57:22 -0600 | [diff] [blame] | 203 | pio4: ucc_pin@04 { |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 204 | pio-map = < |
| 205 | /* port pin dir open_drain assignment has_irq */ |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 206 | 3 31 2 0 1 0 /* RX_CLK (CLK7) */ |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 207 | 3 6 2 0 1 0 /* TX_CLK (CLK8) */ |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 208 | 1 18 1 0 1 0 /* TxD0 */ |
| 209 | 1 19 1 0 1 0 /* TxD1 */ |
| 210 | 1 20 1 0 1 0 /* TxD2 */ |
| 211 | 1 21 1 0 1 0 /* TxD3 */ |
| 212 | 1 22 2 0 1 0 /* RxD0 */ |
| 213 | 1 23 2 0 1 0 /* RxD1 */ |
| 214 | 1 24 2 0 1 0 /* RxD2 */ |
| 215 | 1 25 2 0 1 0 /* RxD3 */ |
| 216 | 1 26 2 0 1 0 /* RX_ER */ |
| 217 | 1 27 1 0 1 0 /* TX_ER */ |
| 218 | 1 28 2 0 1 0 /* RX_DV */ |
| 219 | 1 29 2 0 1 0 /* COL */ |
| 220 | 1 30 1 0 1 0 /* TX_EN */ |
| 221 | 1 31 2 0 1 0>; /* CRS */ |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 222 | }; |
Timur Tabi | 845cf50 | 2008-01-09 17:35:05 -0600 | [diff] [blame] | 223 | pio5: ucc_pin@05 { |
| 224 | pio-map = < |
| 225 | /* |
| 226 | * open has |
| 227 | * port pin dir drain sel irq |
| 228 | */ |
| 229 | 2 0 1 0 2 0 /* TxD5 */ |
| 230 | 2 8 2 0 2 0 /* RxD5 */ |
| 231 | |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 232 | 2 29 2 0 0 0 /* CTS5 */ |
| 233 | 2 31 1 0 2 0 /* RTS5 */ |
Timur Tabi | 845cf50 | 2008-01-09 17:35:05 -0600 | [diff] [blame] | 234 | |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 235 | 2 24 2 0 0 0 /* CD */ |
Timur Tabi | 845cf50 | 2008-01-09 17:35:05 -0600 | [diff] [blame] | 236 | |
| 237 | >; |
| 238 | }; |
| 239 | |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 240 | }; |
| 241 | }; |
| 242 | |
| 243 | qe@e0100000 { |
| 244 | #address-cells = <1>; |
| 245 | #size-cells = <1>; |
| 246 | device_type = "qe"; |
Timur Tabi | 845cf50 | 2008-01-09 17:35:05 -0600 | [diff] [blame] | 247 | compatible = "fsl,qe"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 248 | ranges = <0x0 0xe0100000 0x00100000>; |
| 249 | reg = <0xe0100000 0x480>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 250 | brg-frequency = <0>; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 251 | bus-frequency = <198000000>; |
Kim Phillips | 4a2adca | 2007-11-13 17:26:31 -0600 | [diff] [blame] | 252 | |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 253 | muram@10000 { |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 254 | #address-cells = <1>; |
| 255 | #size-cells = <1>; |
Anton Vorontsov | a2dd70a | 2008-01-24 18:39:59 +0300 | [diff] [blame] | 256 | compatible = "fsl,qe-muram", "fsl,cpm-muram"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 257 | ranges = <0x0 0x00010000 0x00004000>; |
Kim Phillips | 4a2adca | 2007-11-13 17:26:31 -0600 | [diff] [blame] | 258 | |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 259 | data-only@0 { |
Anton Vorontsov | a2dd70a | 2008-01-24 18:39:59 +0300 | [diff] [blame] | 260 | compatible = "fsl,qe-muram-data", |
| 261 | "fsl,cpm-muram-data"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 262 | reg = <0x0 0x4000>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 263 | }; |
| 264 | }; |
| 265 | |
| 266 | spi@4c0 { |
Anton Vorontsov | f3a2b29 | 2008-01-24 18:40:07 +0300 | [diff] [blame] | 267 | cell-index = <0>; |
| 268 | compatible = "fsl,spi"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 269 | reg = <0x4c0 0x40>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 270 | interrupts = <2>; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 271 | interrupt-parent = <&qeic>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 272 | mode = "cpu"; |
| 273 | }; |
| 274 | |
| 275 | spi@500 { |
Anton Vorontsov | f3a2b29 | 2008-01-24 18:40:07 +0300 | [diff] [blame] | 276 | cell-index = <1>; |
| 277 | compatible = "fsl,spi"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 278 | reg = <0x500 0x40>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 279 | interrupts = <1>; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 280 | interrupt-parent = <&qeic>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 281 | mode = "cpu"; |
| 282 | }; |
| 283 | |
| 284 | usb@6c0 { |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 285 | compatible = "qe_udc"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 286 | reg = <0x6c0 0x40 0x8b00 0x100>; |
| 287 | interrupts = <11>; |
| 288 | interrupt-parent = <&qeic>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 289 | mode = "slave"; |
| 290 | }; |
| 291 | |
Kumar Gala | e77b28e | 2007-12-12 00:28:35 -0600 | [diff] [blame] | 292 | enet0: ucc@2200 { |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 293 | device_type = "network"; |
| 294 | compatible = "ucc_geth"; |
Kumar Gala | e77b28e | 2007-12-12 00:28:35 -0600 | [diff] [blame] | 295 | cell-index = <3>; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 296 | reg = <0x2200 0x200>; |
| 297 | interrupts = <34>; |
| 298 | interrupt-parent = <&qeic>; |
Timur Tabi | eae9826 | 2007-06-22 14:33:15 -0500 | [diff] [blame] | 299 | local-mac-address = [ 00 00 00 00 00 00 ]; |
Timur Tabi | 9fb1e35 | 2007-12-03 15:17:59 -0600 | [diff] [blame] | 300 | rx-clock-name = "clk9"; |
| 301 | tx-clock-name = "clk10"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 302 | phy-handle = <&phy3>; |
| 303 | pio-handle = <&pio3>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 304 | }; |
| 305 | |
Kumar Gala | e77b28e | 2007-12-12 00:28:35 -0600 | [diff] [blame] | 306 | enet1: ucc@3200 { |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 307 | device_type = "network"; |
| 308 | compatible = "ucc_geth"; |
Kumar Gala | e77b28e | 2007-12-12 00:28:35 -0600 | [diff] [blame] | 309 | cell-index = <4>; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 310 | reg = <0x3200 0x200>; |
| 311 | interrupts = <35>; |
| 312 | interrupt-parent = <&qeic>; |
Timur Tabi | eae9826 | 2007-06-22 14:33:15 -0500 | [diff] [blame] | 313 | local-mac-address = [ 00 00 00 00 00 00 ]; |
Timur Tabi | 9fb1e35 | 2007-12-03 15:17:59 -0600 | [diff] [blame] | 314 | rx-clock-name = "clk7"; |
| 315 | tx-clock-name = "clk8"; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 316 | phy-handle = <&phy4>; |
| 317 | pio-handle = <&pio4>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 318 | }; |
| 319 | |
Timur Tabi | 845cf50 | 2008-01-09 17:35:05 -0600 | [diff] [blame] | 320 | ucc@2400 { |
| 321 | device_type = "serial"; |
| 322 | compatible = "ucc_uart"; |
Anton Vorontsov | 56626f3 | 2008-04-11 20:06:54 +0400 | [diff] [blame] | 323 | cell-index = <5>; /* The UCC number, 1-7*/ |
Timur Tabi | 845cf50 | 2008-01-09 17:35:05 -0600 | [diff] [blame] | 324 | port-number = <0>; /* Which ttyQEx device */ |
| 325 | soft-uart; /* We need Soft-UART */ |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 326 | reg = <0x2400 0x200>; |
| 327 | interrupts = <40>; /* From Table 18-12 */ |
Timur Tabi | 845cf50 | 2008-01-09 17:35:05 -0600 | [diff] [blame] | 328 | interrupt-parent = < &qeic >; |
| 329 | /* |
| 330 | * For Soft-UART, we need to set TX to 1X, which |
| 331 | * means specifying separate clock sources. |
| 332 | */ |
| 333 | rx-clock-name = "brg5"; |
| 334 | tx-clock-name = "brg6"; |
| 335 | pio-handle = < &pio5 >; |
| 336 | }; |
| 337 | |
| 338 | |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 339 | mdio@2320 { |
| 340 | #address-cells = <1>; |
| 341 | #size-cells = <0>; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 342 | reg = <0x2320 0x18>; |
Anton Vorontsov | d0a2f82 | 2008-01-24 18:40:01 +0300 | [diff] [blame] | 343 | compatible = "fsl,ucc-mdio"; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 344 | |
Kumar Gala | d71a1dc | 2007-02-16 09:57:22 -0600 | [diff] [blame] | 345 | phy3: ethernet-phy@03 { |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 346 | interrupt-parent = <&ipic>; |
| 347 | interrupts = <17 0x8>; |
| 348 | reg = <0x3>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 349 | device_type = "ethernet-phy"; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 350 | }; |
Kumar Gala | d71a1dc | 2007-02-16 09:57:22 -0600 | [diff] [blame] | 351 | phy4: ethernet-phy@04 { |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 352 | interrupt-parent = <&ipic>; |
| 353 | interrupts = <18 0x8>; |
| 354 | reg = <0x4>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 355 | device_type = "ethernet-phy"; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 356 | }; |
| 357 | }; |
| 358 | |
Anton Vorontsov | a2dd70a | 2008-01-24 18:39:59 +0300 | [diff] [blame] | 359 | qeic: interrupt-controller@80 { |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 360 | interrupt-controller; |
Anton Vorontsov | a2dd70a | 2008-01-24 18:39:59 +0300 | [diff] [blame] | 361 | compatible = "fsl,qe-ic"; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 362 | #address-cells = <0>; |
| 363 | #interrupt-cells = <1>; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 364 | reg = <0x80 0x80>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 365 | big-endian; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 366 | interrupts = <32 0x8 33 0x8>; //high:32 low:33 |
| 367 | interrupt-parent = <&ipic>; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 368 | }; |
| 369 | }; |
Kumar Gala | 1b3c5cda | 2007-09-12 18:23:46 -0500 | [diff] [blame] | 370 | |
Kumar Gala | ea082fa | 2007-12-12 01:46:12 -0600 | [diff] [blame] | 371 | pci0: pci@e0008500 { |
| 372 | cell-index = <1>; |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 373 | interrupt-map-mask = <0xf800 0x0 0x0 0x7>; |
Kumar Gala | 1b3c5cda | 2007-09-12 18:23:46 -0500 | [diff] [blame] | 374 | interrupt-map = < |
| 375 | /* IDSEL 0x11 AD17 */ |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 376 | 0x8800 0x0 0x0 0x1 &ipic 20 0x8 |
| 377 | 0x8800 0x0 0x0 0x2 &ipic 21 0x8 |
| 378 | 0x8800 0x0 0x0 0x3 &ipic 22 0x8 |
| 379 | 0x8800 0x0 0x0 0x4 &ipic 23 0x8 |
Kumar Gala | 1b3c5cda | 2007-09-12 18:23:46 -0500 | [diff] [blame] | 380 | |
| 381 | /* IDSEL 0x12 AD18 */ |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 382 | 0x9000 0x0 0x0 0x1 &ipic 22 0x8 |
| 383 | 0x9000 0x0 0x0 0x2 &ipic 23 0x8 |
| 384 | 0x9000 0x0 0x0 0x3 &ipic 20 0x8 |
| 385 | 0x9000 0x0 0x0 0x4 &ipic 21 0x8 |
Kumar Gala | 1b3c5cda | 2007-09-12 18:23:46 -0500 | [diff] [blame] | 386 | |
| 387 | /* IDSEL 0x13 AD19 */ |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 388 | 0x9800 0x0 0x0 0x1 &ipic 23 0x8 |
| 389 | 0x9800 0x0 0x0 0x2 &ipic 20 0x8 |
| 390 | 0x9800 0x0 0x0 0x3 &ipic 21 0x8 |
| 391 | 0x9800 0x0 0x0 0x4 &ipic 22 0x8 |
Kumar Gala | 1b3c5cda | 2007-09-12 18:23:46 -0500 | [diff] [blame] | 392 | |
| 393 | /* IDSEL 0x15 AD21*/ |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 394 | 0xa800 0x0 0x0 0x1 &ipic 20 0x8 |
| 395 | 0xa800 0x0 0x0 0x2 &ipic 21 0x8 |
| 396 | 0xa800 0x0 0x0 0x3 &ipic 22 0x8 |
| 397 | 0xa800 0x0 0x0 0x4 &ipic 23 0x8 |
Kumar Gala | 1b3c5cda | 2007-09-12 18:23:46 -0500 | [diff] [blame] | 398 | |
| 399 | /* IDSEL 0x16 AD22*/ |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 400 | 0xb000 0x0 0x0 0x1 &ipic 23 0x8 |
| 401 | 0xb000 0x0 0x0 0x2 &ipic 20 0x8 |
| 402 | 0xb000 0x0 0x0 0x3 &ipic 21 0x8 |
| 403 | 0xb000 0x0 0x0 0x4 &ipic 22 0x8 |
Kumar Gala | 1b3c5cda | 2007-09-12 18:23:46 -0500 | [diff] [blame] | 404 | |
| 405 | /* IDSEL 0x17 AD23*/ |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 406 | 0xb800 0x0 0x0 0x1 &ipic 22 0x8 |
| 407 | 0xb800 0x0 0x0 0x2 &ipic 23 0x8 |
| 408 | 0xb800 0x0 0x0 0x3 &ipic 20 0x8 |
| 409 | 0xb800 0x0 0x0 0x4 &ipic 21 0x8 |
Kumar Gala | 1b3c5cda | 2007-09-12 18:23:46 -0500 | [diff] [blame] | 410 | |
| 411 | /* IDSEL 0x18 AD24*/ |
Paul Gortmaker | cda13dd | 2008-01-28 16:09:36 -0500 | [diff] [blame] | 412 | 0xc000 0x0 0x0 0x1 &ipic 21 0x8 |
| 413 | 0xc000 0x0 0x0 0x2 &ipic 22 0x8 |
| 414 | 0xc000 0x0 0x0 0x3 &ipic 23 0x8 |
| 415 | 0xc000 0x0 0x0 0x4 &ipic 20 0x8>; |
| 416 | interrupt-parent = <&ipic>; |
| 417 | interrupts = <66 0x8>; |
| 418 | bus-range = <0x0 0x0>; |
| 419 | ranges = <0x02000000 0x0 0x90000000 0x90000000 0x0 0x10000000 |
| 420 | 0x42000000 0x0 0x80000000 0x80000000 0x0 0x10000000 |
| 421 | 0x01000000 0x0 0x00000000 0xd0000000 0x0 0x00100000>; |
Kumar Gala | 1b3c5cda | 2007-09-12 18:23:46 -0500 | [diff] [blame] | 422 | clock-frequency = <0>; |
| 423 | #interrupt-cells = <1>; |
| 424 | #size-cells = <2>; |
| 425 | #address-cells = <3>; |
John Rigby | 5b70a09 | 2008-10-07 13:00:18 -0600 | [diff] [blame] | 426 | reg = <0xe0008500 0x100 /* internal registers */ |
| 427 | 0xe0008300 0x8>; /* config space access registers */ |
Kumar Gala | 1b3c5cda | 2007-09-12 18:23:46 -0500 | [diff] [blame] | 428 | compatible = "fsl,mpc8349-pci"; |
| 429 | device_type = "pci"; |
| 430 | }; |
Kim Phillips | 18a1e4c | 2007-01-30 16:09:13 -0600 | [diff] [blame] | 431 | }; |