summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/sound/tscs454.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/sound/tscs454.txt')
-rw-r--r--dts/Bindings/sound/tscs454.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/dts/Bindings/sound/tscs454.txt b/dts/Bindings/sound/tscs454.txt
new file mode 100644
index 0000000000..3ba3e2d2c2
--- /dev/null
+++ b/dts/Bindings/sound/tscs454.txt
@@ -0,0 +1,23 @@
+TSCS454 Audio CODEC
+
+Required Properties:
+
+ - compatible : "tempo,tscs454"
+
+ - reg : <0x69>
+
+ - clock-names: Must one of the following "xtal", "mclk1", "mclk2"
+
+ - clocks: phandle of the clock that provides the codec sysclk
+
+ Note: If clock is not provided then bit clock is assumed
+
+Example:
+
+redwood: codec@69 {
+ #sound-dai-cells = <1>;
+ compatible = "tempo,tscs454";
+ reg = <0x69>;
+ clock-names = "mclk1";
+ clocks = <&audio_mclk>;
+};