realtek,rtd119x.txt 378 B

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