xref: /freebsd/sys/contrib/device-tree/Bindings/sound/nau8315.txt (revision 77013d11e6483b970af25e13c9b892075742f7e5)
1Nuvoton NAU8315 Mono Class-D Amplifier
2
3Required properties:
4- compatible   : "nuvoton,nau8315"
5
6Optional properties:
7- enable-gpios : GPIO specifier for the chip's device enable input(EN) pin.
8        If this option is not specified then driver does not manage
9        the pin state (e.g. chip is always on).
10
11Example:
12
13#include <dt-bindings/gpio/gpio.h>
14
15nau8315 {
16	compatible = "nuvoton,nau8315";
17	enable-gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
18};
19