aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc832x_mds.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/mpc832x_mds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc832x_mds.dts7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/mpc832x_mds.dts b/arch/powerpc/boot/dts/mpc832x_mds.dts
index fbc930410ff6..e4cc1768f241 100644
--- a/arch/powerpc/boot/dts/mpc832x_mds.dts
+++ b/arch/powerpc/boot/dts/mpc832x_mds.dts
@@ -127,24 +127,28 @@
127 dma-channel@0 { 127 dma-channel@0 {
128 compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel"; 128 compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel";
129 reg = <0 0x80>; 129 reg = <0 0x80>;
130 cell-index = <0>;
130 interrupt-parent = <&ipic>; 131 interrupt-parent = <&ipic>;
131 interrupts = <71 8>; 132 interrupts = <71 8>;
132 }; 133 };
133 dma-channel@80 { 134 dma-channel@80 {
134 compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel"; 135 compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel";
135 reg = <0x80 0x80>; 136 reg = <0x80 0x80>;
137 cell-index = <1>;
136 interrupt-parent = <&ipic>; 138 interrupt-parent = <&ipic>;
137 interrupts = <71 8>; 139 interrupts = <71 8>;
138 }; 140 };
139 dma-channel@100 { 141 dma-channel@100 {
140 compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel"; 142 compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel";
141 reg = <0x100 0x80>; 143 reg = <0x100 0x80>;
144 cell-index = <2>;
142 interrupt-parent = <&ipic>; 145 interrupt-parent = <&ipic>;
143 interrupts = <71 8>; 146 interrupts = <71 8>;
144 }; 147 };
145 dma-channel@180 { 148 dma-channel@180 {
146 compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel"; 149 compatible = "fsl,mpc8323-dma-channel", "fsl,elo-dma-channel";
147 reg = <0x180 0x28>; 150 reg = <0x180 0x28>;
151 cell-index = <3>;
148 interrupt-parent = <&ipic>; 152 interrupt-parent = <&ipic>;
149 interrupts = <71 8>; 153 interrupts = <71 8>;
150 }; 154 };
@@ -419,7 +423,8 @@
419 #interrupt-cells = <1>; 423 #interrupt-cells = <1>;
420 #size-cells = <2>; 424 #size-cells = <2>;
421 #address-cells = <3>; 425 #address-cells = <3>;
422 reg = <0xe0008500 0x100>; 426 reg = <0xe0008500 0x100 /* internal registers */
427 0xe0008300 0x8>; /* config space access registers */
423 compatible = "fsl,mpc8349-pci"; 428 compatible = "fsl,mpc8349-pci";
424 device_type = "pci"; 429 device_type = "pci";
425 }; 430 };