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

cs4349.txt (325B)


      1CS4349 audio CODEC
      2
      3Required properties:
      4
      5  - compatible : "cirrus,cs4349"
      6
      7  - reg : the I2C address of the device for I2C
      8
      9Optional properties:
     10
     11  - reset-gpios : a GPIO spec for the reset pin.
     12
     13Example:
     14
     15codec: cs4349@48 {
     16        compatible = "cirrus,cs4349";
     17        reg = <0x48>;
     18        reset-gpios = <&gpio 54 0>;
     19};