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

max98095.txt (342B)


      1MAX98095 audio CODEC
      2
      3This device supports I2C only.
      4
      5Required properties:
      6
      7- compatible : "maxim,max98095".
      8
      9- reg : The I2C address of the device.
     10
     11Optional properties:
     12
     13- clocks: The phandle of the master clock to the CODEC
     14
     15- clock-names: Should be "mclk"
     16
     17Example:
     18
     19max98095: codec@11 {
     20	compatible = "maxim,max98095";
     21	reg = <0x11>;
     22};