diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc836x_rdk.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc836x_rdk.dts | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/mpc836x_rdk.dts b/arch/powerpc/boot/dts/mpc836x_rdk.dts index 89c9202f8bd7..decadf3d9e98 100644 --- a/arch/powerpc/boot/dts/mpc836x_rdk.dts +++ b/arch/powerpc/boot/dts/mpc836x_rdk.dts | |||
@@ -125,24 +125,28 @@ | |||
125 | dma-channel@0 { | 125 | dma-channel@0 { |
126 | compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; | 126 | compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; |
127 | reg = <0 0x80>; | 127 | reg = <0 0x80>; |
128 | cell-index = <0>; | ||
128 | interrupt-parent = <&ipic>; | 129 | interrupt-parent = <&ipic>; |
129 | interrupts = <71 8>; | 130 | interrupts = <71 8>; |
130 | }; | 131 | }; |
131 | dma-channel@80 { | 132 | dma-channel@80 { |
132 | compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; | 133 | compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; |
133 | reg = <0x80 0x80>; | 134 | reg = <0x80 0x80>; |
135 | cell-index = <1>; | ||
134 | interrupt-parent = <&ipic>; | 136 | interrupt-parent = <&ipic>; |
135 | interrupts = <71 8>; | 137 | interrupts = <71 8>; |
136 | }; | 138 | }; |
137 | dma-channel@100 { | 139 | dma-channel@100 { |
138 | compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; | 140 | compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; |
139 | reg = <0x100 0x80>; | 141 | reg = <0x100 0x80>; |
142 | cell-index = <2>; | ||
140 | interrupt-parent = <&ipic>; | 143 | interrupt-parent = <&ipic>; |
141 | interrupts = <71 8>; | 144 | interrupts = <71 8>; |
142 | }; | 145 | }; |
143 | dma-channel@180 { | 146 | dma-channel@180 { |
144 | compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; | 147 | compatible = "fsl,mpc8360-dma-channel", "fsl,elo-dma-channel"; |
145 | reg = <0x180 0x28>; | 148 | reg = <0x180 0x28>; |
149 | cell-index = <3>; | ||
146 | interrupt-parent = <&ipic>; | 150 | interrupt-parent = <&ipic>; |
147 | interrupts = <71 8>; | 151 | interrupts = <71 8>; |
148 | }; | 152 | }; |
@@ -383,6 +387,18 @@ | |||
383 | device-width = <1>; | 387 | device-width = <1>; |
384 | }; | 388 | }; |
385 | 389 | ||
390 | upm@1,0 { | ||
391 | compatible = "fsl,upm-nand"; | ||
392 | reg = <1 0 1>; | ||
393 | fsl,upm-addr-offset = <16>; | ||
394 | fsl,upm-cmd-offset = <8>; | ||
395 | gpios = <&qe_pio_e 18 0>; | ||
396 | |||
397 | flash { | ||
398 | compatible = "stm,nand512-a"; | ||
399 | }; | ||
400 | }; | ||
401 | |||
386 | display@2,0 { | 402 | display@2,0 { |
387 | device_type = "display"; | 403 | device_type = "display"; |
388 | compatible = "fujitsu,MB86277", "fujitsu,mint"; | 404 | compatible = "fujitsu,MB86277", "fujitsu,mint"; |
@@ -405,7 +421,8 @@ | |||
405 | #interrupt-cells = <1>; | 421 | #interrupt-cells = <1>; |
406 | device_type = "pci"; | 422 | device_type = "pci"; |
407 | compatible = "fsl,mpc8360-pci", "fsl,mpc8349-pci"; | 423 | compatible = "fsl,mpc8360-pci", "fsl,mpc8349-pci"; |
408 | reg = <0xe0008500 0x100>; | 424 | reg = <0xe0008500 0x100 /* internal registers */ |
425 | 0xe0008300 0x8>; /* config space access registers */ | ||
409 | ranges = <0x02000000 0 0x90000000 0x90000000 0 0x10000000 | 426 | ranges = <0x02000000 0 0x90000000 0x90000000 0 0x10000000 |
410 | 0x42000000 0 0x80000000 0x80000000 0 0x10000000 | 427 | 0x42000000 0 0x80000000 0x80000000 0 0x10000000 |
411 | 0x01000000 0 0xe0300000 0xe0300000 0 0x00100000>; | 428 | 0x01000000 0 0xe0300000 0xe0300000 0 0x00100000>; |