From: Inha Song <ideal.s...@samsung.com>

This patch adds I2S device tree node for Exynos5433 SoC.
In Exynos5433 SoC, I2S0 is used for audio interface.

Signed-off-by: Inha Song <ideal.s...@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.c...@samsung.com>
Acked-by: Inki Dae <inki....@samsung.com>
---
 arch/arm64/boot/dts/exynos/exynos5433.dtsi | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/arch/arm64/boot/dts/exynos/exynos5433.dtsi 
b/arch/arm64/boot/dts/exynos/exynos5433.dtsi
index abe8ea2..5b80eb8 100644
--- a/arch/arm64/boot/dts/exynos/exynos5433.dtsi
+++ b/arch/arm64/boot/dts/exynos/exynos5433.dtsi
@@ -475,6 +475,23 @@
                        status = "disabled";
                };
 
+               i2s0: i2s0@11440000 {
+                       compatible = "samsung,exynos7-i2s";
+                       reg = <0x11440000 0x100>;
+                       dmas = <&adma 0 &adma 2>;
+                       dma-names = "tx", "rx";
+                       interrupts = <0 70 0>;
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       clocks = <&cmu_aud CLK_PCLK_AUD_I2S>,
+                                <&cmu_aud CLK_SCLK_AUD_I2S>,
+                                <&cmu_aud CLK_SCLK_I2S_BCLK>;
+                       clock-names = "iis", "i2s_opclk0", "i2s_opclk1";
+                       pinctrl-names = "default";
+                       pinctrl-0 = <&i2s0_bus>;
+                       status = "disabled";
+               };
+
                pinctrl_alive: pinctrl@10580000 {
                        compatible = "samsung,exynos5433-pinctrl";
                        reg = <0x10580000 0x1000>;
-- 
1.8.5.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to