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