]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - Bindings/sound/nau8810.txt
Import DTS from Linux 5.8
[FreeBSD/FreeBSD.git] / 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 };