aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8378_mds.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8378_mds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8378_mds.dts14
1 files changed, 13 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/mpc8378_mds.dts b/arch/powerpc/boot/dts/mpc8378_mds.dts
index ed32c8ddafe..67a08d2e2ff 100644
--- a/arch/powerpc/boot/dts/mpc8378_mds.dts
+++ b/arch/powerpc/boot/dts/mpc8378_mds.dts
@@ -136,6 +136,13 @@
136 interrupts = <14 0x8>; 136 interrupts = <14 0x8>;
137 interrupt-parent = <&ipic>; 137 interrupt-parent = <&ipic>;
138 dfsrr; 138 dfsrr;
139
140 rtc@68 {
141 compatible = "dallas,ds1374";
142 reg = <0x68>;
143 interrupts = <19 0x8>;
144 interrupt-parent = <&ipic>;
145 };
139 }; 146 };
140 147
141 i2c@3100 { 148 i2c@3100 {
@@ -170,24 +177,28 @@
170 dma-channel@0 { 177 dma-channel@0 {
171 compatible = "fsl,mpc8378-dma-channel", "fsl,elo-dma-channel"; 178 compatible = "fsl,mpc8378-dma-channel", "fsl,elo-dma-channel";
172 reg = <0 0x80>; 179 reg = <0 0x80>;
180 cell-index = <0>;
173 interrupt-parent = <&ipic>; 181 interrupt-parent = <&ipic>;
174 interrupts = <71 8>; 182 interrupts = <71 8>;
175 }; 183 };
176 dma-channel@80 { 184 dma-channel@80 {
177 compatible = "fsl,mpc8378-dma-channel", "fsl,elo-dma-channel"; 185 compatible = "fsl,mpc8378-dma-channel", "fsl,elo-dma-channel";
178 reg = <0x80 0x80>; 186 reg = <0x80 0x80>;
187 cell-index = <1>;
179 interrupt-parent = <&ipic>; 188 interrupt-parent = <&ipic>;
180 interrupts = <71 8>; 189 interrupts = <71 8>;
181 }; 190 };
182 dma-channel@100 { 191 dma-channel@100 {
183 compatible = "fsl,mpc8378-dma-channel", "fsl,elo-dma-channel"; 192 compatible = "fsl,mpc8378-dma-channel", "fsl,elo-dma-channel";
184 reg = <0x100 0x80>; 193 reg = <0x100 0x80>;
194 cell-index = <2>;
185 interrupt-parent = <&ipic>; 195 interrupt-parent = <&ipic>;
186 interrupts = <71 8>; 196 interrupts = <71 8>;
187 }; 197 };
188 dma-channel@180 { 198 dma-channel@180 {
189 compatible = "fsl,mpc8378-dma-channel", "fsl,elo-dma-channel"; 199 compatible = "fsl,mpc8378-dma-channel", "fsl,elo-dma-channel";
190 reg = <0x180 0x28>; 200 reg = <0x180 0x28>;
201 cell-index = <3>;
191 interrupt-parent = <&ipic>; 202 interrupt-parent = <&ipic>;
192 interrupts = <71 8>; 203 interrupts = <71 8>;
193 }; 204 };
@@ -360,7 +371,8 @@
360 #interrupt-cells = <1>; 371 #interrupt-cells = <1>;
361 #size-cells = <2>; 372 #size-cells = <2>;
362 #address-cells = <3>; 373 #address-cells = <3>;
363 reg = <0xe0008500 0x100>; 374 reg = <0xe0008500 0x100 /* internal registers */
375 0xe0008300 0x8>; /* config space access registers */
364 compatible = "fsl,mpc8349-pci"; 376 compatible = "fsl,mpc8349-pci";
365 device_type = "pci"; 377 device_type = "pci";
366 }; 378 };