aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8377_mds.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8377_mds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8377_mds.dts14
1 files changed, 13 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/mpc8377_mds.dts b/arch/powerpc/boot/dts/mpc8377_mds.dts
index 432782b6d20..0484561bd2c 100644
--- a/arch/powerpc/boot/dts/mpc8377_mds.dts
+++ b/arch/powerpc/boot/dts/mpc8377_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 {
@@ -246,24 +253,28 @@
246 dma-channel@0 { 253 dma-channel@0 {
247 compatible = "fsl,mpc8377-dma-channel", "fsl,elo-dma-channel"; 254 compatible = "fsl,mpc8377-dma-channel", "fsl,elo-dma-channel";
248 reg = <0 0x80>; 255 reg = <0 0x80>;
256 cell-index = <0>;
249 interrupt-parent = <&ipic>; 257 interrupt-parent = <&ipic>;
250 interrupts = <0x47 8>; 258 interrupts = <0x47 8>;
251 }; 259 };
252 dma-channel@80 { 260 dma-channel@80 {
253 compatible = "fsl,mpc8377-dma-channel", "fsl,elo-dma-channel"; 261 compatible = "fsl,mpc8377-dma-channel", "fsl,elo-dma-channel";
254 reg = <0x80 0x80>; 262 reg = <0x80 0x80>;
263 cell-index = <1>;
255 interrupt-parent = <&ipic>; 264 interrupt-parent = <&ipic>;
256 interrupts = <0x47 8>; 265 interrupts = <0x47 8>;
257 }; 266 };
258 dma-channel@100 { 267 dma-channel@100 {
259 compatible = "fsl,mpc8377-dma-channel", "fsl,elo-dma-channel"; 268 compatible = "fsl,mpc8377-dma-channel", "fsl,elo-dma-channel";
260 reg = <0x100 0x80>; 269 reg = <0x100 0x80>;
270 cell-index = <2>;
261 interrupt-parent = <&ipic>; 271 interrupt-parent = <&ipic>;
262 interrupts = <0x47 8>; 272 interrupts = <0x47 8>;
263 }; 273 };
264 dma-channel@180 { 274 dma-channel@180 {
265 compatible = "fsl,mpc8377-dma-channel", "fsl,elo-dma-channel"; 275 compatible = "fsl,mpc8377-dma-channel", "fsl,elo-dma-channel";
266 reg = <0x180 0x28>; 276 reg = <0x180 0x28>;
277 cell-index = <3>;
267 interrupt-parent = <&ipic>; 278 interrupt-parent = <&ipic>;
268 interrupts = <0x47 8>; 279 interrupts = <0x47 8>;
269 }; 280 };
@@ -374,7 +385,8 @@
374 #interrupt-cells = <1>; 385 #interrupt-cells = <1>;
375 #size-cells = <2>; 386 #size-cells = <2>;
376 #address-cells = <3>; 387 #address-cells = <3>;
377 reg = <0xe0008500 0x100>; 388 reg = <0xe0008500 0x100 /* internal registers */
389 0xe0008300 0x8>; /* config space access registers */
378 compatible = "fsl,mpc8349-pci"; 390 compatible = "fsl,mpc8349-pci";
379 device_type = "pci"; 391 device_type = "pci";
380 }; 392 };