diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-05-10 03:03:16 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-12 20:27:47 -0400 |
commit | 530f1d416091212243b341e0022b2967886b30e4 (patch) | |
tree | 6ac153c4228b589afcee3685898e91e8dcca84a6 /arch/arm/boot/dts/imx28.dtsi | |
parent | 2a96e3912b8d79f0bde45a5d657d48595cc7261c (diff) |
ARM: dts: enable audio support for imx28-evk
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx28.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx28.dtsi | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index fd73fc24e26e..4634cb861a59 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi | |||
@@ -20,6 +20,8 @@ | |||
20 | gpio2 = &gpio2; | 20 | gpio2 = &gpio2; |
21 | gpio3 = &gpio3; | 21 | gpio3 = &gpio3; |
22 | gpio4 = &gpio4; | 22 | gpio4 = &gpio4; |
23 | saif0 = &saif0; | ||
24 | saif1 = &saif1; | ||
23 | }; | 25 | }; |
24 | 26 | ||
25 | cpus { | 27 | cpus { |
@@ -212,6 +214,23 @@ | |||
212 | fsl,voltage = <1>; | 214 | fsl,voltage = <1>; |
213 | fsl,pull-up = <1>; | 215 | fsl,pull-up = <1>; |
214 | }; | 216 | }; |
217 | |||
218 | saif0_pins_a: saif0@0 { | ||
219 | reg = <0>; | ||
220 | fsl,pinmux-ids = | ||
221 | <0x3140 0x3150 0x3160 0x3170>; | ||
222 | fsl,drive-strength = <2>; | ||
223 | fsl,voltage = <1>; | ||
224 | fsl,pull-up = <1>; | ||
225 | }; | ||
226 | |||
227 | saif1_pins_a: saif1@0 { | ||
228 | reg = <0>; | ||
229 | fsl,pinmux-ids = <0x31a0>; | ||
230 | fsl,drive-strength = <2>; | ||
231 | fsl,voltage = <1>; | ||
232 | fsl,pull-up = <1>; | ||
233 | }; | ||
215 | }; | 234 | }; |
216 | 235 | ||
217 | digctl@8001c000 { | 236 | digctl@8001c000 { |
@@ -319,8 +338,10 @@ | |||
319 | }; | 338 | }; |
320 | 339 | ||
321 | saif0: saif@80042000 { | 340 | saif0: saif@80042000 { |
341 | compatible = "fsl,imx28-saif"; | ||
322 | reg = <0x80042000 2000>; | 342 | reg = <0x80042000 2000>; |
323 | interrupts = <59 80>; | 343 | interrupts = <59 80>; |
344 | fsl,saif-dma-channel = <4>; | ||
324 | status = "disabled"; | 345 | status = "disabled"; |
325 | }; | 346 | }; |
326 | 347 | ||
@@ -330,8 +351,10 @@ | |||
330 | }; | 351 | }; |
331 | 352 | ||
332 | saif1: saif@80046000 { | 353 | saif1: saif@80046000 { |
354 | compatible = "fsl,imx28-saif"; | ||
333 | reg = <0x80046000 2000>; | 355 | reg = <0x80046000 2000>; |
334 | interrupts = <58 81>; | 356 | interrupts = <58 81>; |
357 | fsl,saif-dma-channel = <5>; | ||
335 | status = "disabled"; | 358 | status = "disabled"; |
336 | }; | 359 | }; |
337 | 360 | ||