[U-Boot] [PATCH 2/5] EXYNOS5: FDT: Add sound and codec device node informations

Rajeshwari Shinde rajeshwari.s at samsung.com
Thu Nov 8 06:37:16 CET 2012


Adds sound and codec device node parameters

Signed-off-by: R. Chandrasekar <rcsekar at samsung.com>
Signed-off-by: Rajeshwari Shinde <rajeshwari.s at samsung.com>
---
 board/samsung/dts/exynos5250-smdk5250.dts |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/board/samsung/dts/exynos5250-smdk5250.dts b/board/samsung/dts/exynos5250-smdk5250.dts
index 8722b36..6a500e1 100644
--- a/board/samsung/dts/exynos5250-smdk5250.dts
+++ b/board/samsung/dts/exynos5250-smdk5250.dts
@@ -50,4 +50,24 @@
 		samsung,slope		= <268470274>;
 		samsung,dc-value	= <25>;
 	};
+
+	sound at 12d60000 {
+		samsung,i2s-epll-clock-frequency = <192000000>;
+		samsung,i2s-sampling-rate = <48000>;
+		samsung,i2s-bits-per-sample = <16>;
+		samsung,i2s-channels = <2>;
+		samsung,i2s-lr-clk-framesize = <256>;
+		samsung,i2s-bit-clk-framesize = <32>;
+	};
+
+	sound at 12d60000 {
+		samsung,codec-type = "wm8994";
+	};
+
+	i2c at 12c70000 {
+		soundcodec at 1a {
+			reg = <0x1a>;
+			compatible = "wolfson,wm8994-codec";
+		};
+	};
 };
-- 
1.7.4.4



More information about the U-Boot mailing list