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

ti,ads117x.txt (152B)


      1Texas Intstruments ADS117x ADC
      2
      3Required properties:
      4
      5  - compatible : "ti,ads1174" or "ti,ads1178"
      6
      7Example:
      8
      9ads1178 {
     10	compatible = "ti,ads1178";
     11};