]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tas2555sw-android/tas2555-android-device-driver-stereo.git/blobdiff - dts.readme
add examples for dai_link and dts
[tas2555sw-android/tas2555-android-device-driver-stereo.git] / dts.readme
diff --git a/dts.readme b/dts.readme
new file mode 100755 (executable)
index 0000000..f5fcb19
--- /dev/null
@@ -0,0 +1,11 @@
+example for dts:
+               
+               tas2555s@4d {
+                       #sound-dai-cells = <1>;
+                       compatible = "ti,tas2555s";
+                       reg = <0x4d>;
+                       ti,cdc-reset-gpio = <&msmgpio 73 0>;
+                       ti,left-channel = <0x4c>;
+                       ti,right-channel = <0x4d>;
+                       status = "ok";
+               };
\ No newline at end of file