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

realtek,rtd119x.txt (378B)


      1Realtek RTD129x Real-Time Clock
      2===============================
      3
      4Required properties:
      5- compatible :  Should be "realtek,rtd1295-rtc"
      6- reg        :  Specifies the physical base address and size
      7- clocks     :  Specifies the clock gate
      8
      9
     10Example:
     11
     12	rtc@9801b600 {
     13		compatible = "realtek,rtd1295-clk";
     14		reg = <0x9801b600 0x100>;
     15		clocks = <&clkc RTD1295_CLK_EN_MISC_RTC>;
     16	};