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

everest,es7134.txt (360B)


      1ES7134 i2s DA converter
      2
      3Required properties:
      4- compatible : "everest,es7134" or
      5               "everest,es7144" or
      6	       "everest,es7154"
      7- VDD-supply : regulator phandle for the VDD supply
      8- PVDD-supply: regulator phandle for the PVDD supply for the es7154
      9
     10Example:
     11
     12i2s_codec: external-codec {
     13	compatible = "everest,es7134";
     14	VDD-supply = <&vcc_5v>;
     15};