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

rt1016.txt (247B)


      1RT1016 Stereo Class D Audio Amplifier
      2
      3This device supports I2C only.
      4
      5Required properties:
      6
      7- compatible : "realtek,rt1016".
      8
      9- reg : The I2C address of the device.
     10
     11
     12Example:
     13
     14rt1016: codec@1a {
     15	compatible = "realtek,rt1016";
     16	reg = <0x1a>;
     17};