aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Figa <t.figa@samsung.com>2014-07-18 15:10:44 -0400
committerKukjin Kim <kgene.kim@samsung.com>2014-07-18 15:10:44 -0400
commitccaba4527156da1619a23bafcb944e8e029d0573 (patch)
treed6624fb3feb5ff7f715eb4e43b022a3ae4afb2d1
parent8060098bbb564d27a287057a93d4fe3bfd266290 (diff)
ARM: dts: Add I2S dt node for exynos3250
This patch add I2S (Inter-IC Sound) dt node which supports 1-port stereo (1 channels) IIS-bus for audio interface with DMA-based operation. Signed-off-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Inha Song <ideal.song@samsung.com> Tested-by: Inha Song <ideal.song@samsung.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Acked-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r--arch/arm/boot/dts/exynos3250.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi
index 3e678fa335bf..77a06df6dc72 100644
--- a/arch/arm/boot/dts/exynos3250.dtsi
+++ b/arch/arm/boot/dts/exynos3250.dtsi
@@ -425,6 +425,19 @@
425 status = "disabled"; 425 status = "disabled";
426 }; 426 };
427 427
428 i2s2: i2s@13970000 {
429 compatible = "samsung,s3c6410-i2s";
430 reg = <0x13970000 0x100>;
431 interrupts = <0 126 0>;
432 clocks = <&cmu CLK_I2S>, <&cmu CLK_SCLK_I2S>;
433 clock-names = "iis", "i2s_opclk0";
434 dmas = <&pdma0 14>, <&pdma0 13>;
435 dma-names = "tx", "rx";
436 pinctrl-0 = <&i2s2_bus>;
437 pinctrl-names = "default";
438 status = "disabled";
439 };
440
428 pwm: pwm@139D0000 { 441 pwm: pwm@139D0000 {
429 compatible = "samsung,exynos4210-pwm"; 442 compatible = "samsung,exynos4210-pwm";
430 reg = <0x139D0000 0x1000>; 443 reg = <0x139D0000 0x1000>;