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

nau8810.txt (300B)


      1NAU8810/NAU8812/NAU8814 audio CODEC
      2
      3This device supports I2C only.
      4
      5Required 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
     12Example:
     13
     14codec: nau8810@1a {
     15	compatible = "nuvoton,nau8810";
     16	reg = <0x1a>;
     17};