aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/sbc8349.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/sbc8349.dts')
-rw-r--r--arch/powerpc/boot/dts/sbc8349.dts7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/sbc8349.dts b/arch/powerpc/boot/dts/sbc8349.dts
index 45f789b56709..0f941f310e44 100644
--- a/arch/powerpc/boot/dts/sbc8349.dts
+++ b/arch/powerpc/boot/dts/sbc8349.dts
@@ -107,24 +107,28 @@
107 dma-channel@0 { 107 dma-channel@0 {
108 compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; 108 compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel";
109 reg = <0 0x80>; 109 reg = <0 0x80>;
110 cell-index = <0>;
110 interrupt-parent = <&ipic>; 111 interrupt-parent = <&ipic>;
111 interrupts = <71 8>; 112 interrupts = <71 8>;
112 }; 113 };
113 dma-channel@80 { 114 dma-channel@80 {
114 compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; 115 compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel";
115 reg = <0x80 0x80>; 116 reg = <0x80 0x80>;
117 cell-index = <1>;
116 interrupt-parent = <&ipic>; 118 interrupt-parent = <&ipic>;
117 interrupts = <71 8>; 119 interrupts = <71 8>;
118 }; 120 };
119 dma-channel@100 { 121 dma-channel@100 {
120 compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; 122 compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel";
121 reg = <0x100 0x80>; 123 reg = <0x100 0x80>;
124 cell-index = <2>;
122 interrupt-parent = <&ipic>; 125 interrupt-parent = <&ipic>;
123 interrupts = <71 8>; 126 interrupts = <71 8>;
124 }; 127 };
125 dma-channel@180 { 128 dma-channel@180 {
126 compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; 129 compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel";
127 reg = <0x180 0x28>; 130 reg = <0x180 0x28>;
131 cell-index = <3>;
128 interrupt-parent = <&ipic>; 132 interrupt-parent = <&ipic>;
129 interrupts = <71 8>; 133 interrupts = <71 8>;
130 }; 134 };
@@ -268,7 +272,8 @@
268 #interrupt-cells = <1>; 272 #interrupt-cells = <1>;
269 #size-cells = <2>; 273 #size-cells = <2>;
270 #address-cells = <3>; 274 #address-cells = <3>;
271 reg = <0xe0008500 0x100>; 275 reg = <0xe0008500 0x100 /* internal registers */
276 0xe0008300 0x8>; /* config space access registers */
272 compatible = "fsl,mpc8349-pci"; 277 compatible = "fsl,mpc8349-pci";
273 device_type = "pci"; 278 device_type = "pci";
274 }; 279 };