summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/sound/nau8540.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/sound/nau8540.txt')
-rw-r--r--dts/Bindings/sound/nau8540.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/dts/Bindings/sound/nau8540.txt b/dts/Bindings/sound/nau8540.txt
new file mode 100644
index 0000000000..307a765283
--- /dev/null
+++ b/dts/Bindings/sound/nau8540.txt
@@ -0,0 +1,16 @@
+NAU85L40 audio CODEC
+
+This device supports I2C only.
+
+Required properties:
+
+ - compatible : "nuvoton,nau8540"
+
+ - reg : the I2C address of the device.
+
+Example:
+
+codec: nau8540@1c {
+ compatible = "nuvoton,nau8540";
+ reg = <0x1c>;
+};