Merge tag 'for-5.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device...
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / sound / nau8810.txt
1 NAU8810/NAU8812/NAU8814 audio CODEC
2
3 This device supports I2C only.
4
5 Required properties:
6
7   - compatible : One of "nuvoton,nau8810" or "nuvoton,nau8812" or
8         "nuvoton,nau8814"
9
10   - reg : the I2C address of the device.
11
12 Example:
13
14 codec: nau8810@1a {
15         compatible = "nuvoton,nau8810";
16         reg = <0x1a>;
17 };