nvidia,tegra20-rtc.txt 484 B

12345678910111213141516171819
  1. NVIDIA Tegra20 real-time clock
  2. The Tegra RTC maintains seconds and milliseconds counters, and five alarm
  3. registers. The alarms and other interrupts may wake the system from low-power
  4. state.
  5. Required properties:
  6. - compatible : should be "nvidia,tegra20-rtc".
  7. - reg : Specifies base physical address and size of the registers.
  8. - interrupts : A single interrupt specifier.
  9. Example:
  10. timer {
  11. compatible = "nvidia,tegra20-rtc";
  12. reg = <0x7000e000 0x100>;
  13. interrupts = <0 2 0x04>;
  14. };