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

twl-rtc.txt (223B)


      1* Texas Instruments TWL4030/6030 RTC
      2
      3Required properties:
      4- compatible : Should be "ti,twl4030-rtc"
      5- interrupts : Should be the interrupt number.
      6
      7Example:
      8	rtc {
      9		compatible = "ti,twl4030-rtc";
     10		interrupts = <11>;
     11	};