cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

nau8315.txt (448B)


      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};