diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8379_mds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8379_mds.dts | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/mpc8379_mds.dts b/arch/powerpc/boot/dts/mpc8379_mds.dts index f4db9ed4a301..323370a2b5ff 100644 --- a/arch/powerpc/boot/dts/mpc8379_mds.dts +++ b/arch/powerpc/boot/dts/mpc8379_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,mpc8379-dma-channel", "fsl,elo-dma-channel"; | 178 | compatible = "fsl,mpc8379-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,mpc8379-dma-channel", "fsl,elo-dma-channel"; | 185 | compatible = "fsl,mpc8379-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,mpc8379-dma-channel", "fsl,elo-dma-channel"; | 192 | compatible = "fsl,mpc8379-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,mpc8379-dma-channel", "fsl,elo-dma-channel"; | 199 | compatible = "fsl,mpc8379-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 | }; |
@@ -388,7 +399,8 @@ | |||
388 | #interrupt-cells = <1>; | 399 | #interrupt-cells = <1>; |
389 | #size-cells = <2>; | 400 | #size-cells = <2>; |
390 | #address-cells = <3>; | 401 | #address-cells = <3>; |
391 | reg = <0xe0008500 0x100>; | 402 | reg = <0xe0008500 0x100 /* internal registers */ |
403 | 0xe0008300 0x8>; /* config space access registers */ | ||
392 | compatible = "fsl,mpc8349-pci"; | 404 | compatible = "fsl,mpc8349-pci"; |
393 | device_type = "pci"; | 405 | device_type = "pci"; |
394 | }; | 406 | }; |