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

ths8200.txt (329B)


      1* Texas Instruments THS8200 video encoder
      2
      3The ths8200 device is a digital to analog converter used in DVD players, video
      4recorders, set-top boxes.
      5
      6Required Properties :
      7- compatible : value must be "ti,ths8200"
      8
      9Example:
     10
     11	i2c0@1c22000 {
     12		...
     13		...
     14		ths8200@5c {
     15			compatible = "ti,ths8200";
     16			reg = <0x5c>;
     17		};
     18		...
     19	};