aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc832x_rdb.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/mpc832x_rdb.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc832x_rdb.dts7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/mpc832x_rdb.dts b/arch/powerpc/boot/dts/mpc832x_rdb.dts
index b157d1885a28..226ff066652b 100644
--- a/arch/powerpc/boot/dts/mpc832x_rdb.dts
+++ b/arch/powerpc/boot/dts/mpc832x_rdb.dts
@@ -105,24 +105,28 @@
105 dma-channel@0 { 105 dma-channel@0 {
106 compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel"; 106 compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel";
107 reg = <0 0x80>; 107 reg = <0 0x80>;
108 cell-index = <0>;
108 interrupt-parent = <&ipic>; 109 interrupt-parent = <&ipic>;
109 interrupts = <71 8>; 110 interrupts = <71 8>;
110 }; 111 };
111 dma-channel@80 { 112 dma-channel@80 {
112 compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel"; 113 compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel";
113 reg = <0x80 0x80>; 114 reg = <0x80 0x80>;
115 cell-index = <1>;
114 interrupt-parent = <&ipic>; 116 interrupt-parent = <&ipic>;
115 interrupts = <71 8>; 117 interrupts = <71 8>;
116 }; 118 };
117 dma-channel@100 { 119 dma-channel@100 {
118 compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel"; 120 compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel";
119 reg = <0x100 0x80>; 121 reg = <0x100 0x80>;
122 cell-index = <2>;
120 interrupt-parent = <&ipic>; 123 interrupt-parent = <&ipic>;
121 interrupts = <71 8>; 124 interrupts = <71 8>;
122 }; 125 };
123 dma-channel@180 { 126 dma-channel@180 {
124 compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel"; 127 compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel";
125 reg = <0x180 0x28>; 128 reg = <0x180 0x28>;
129 cell-index = <3>;
126 interrupt-parent = <&ipic>; 130 interrupt-parent = <&ipic>;
127 interrupts = <71 8>; 131 interrupts = <71 8>;
128 }; 132 };
@@ -327,7 +331,8 @@
327 #interrupt-cells = <1>; 331 #interrupt-cells = <1>;
328 #size-cells = <2>; 332 #size-cells = <2>;
329 #address-cells = <3>; 333 #address-cells = <3>;
330 reg = <0xe0008500 0x100>; 334 reg = <0xe0008500 0x100 /* internal registers */
335 0xe0008300 0x8>; /* config space access registers */
331 compatible = "fsl,mpc8349-pci"; 336 compatible = "fsl,mpc8349-pci";
332 device_type = "pci"; 337 device_type = "pci";
333 }; 338 };