IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / rtc / nvidia,tegra20-rtc.txt
blob93f45e9dce7cf07899d65c525181684d0bfd30c5
1 NVIDIA Tegra20 real-time clock
3 The Tegra RTC maintains seconds and milliseconds counters, and five alarm
4 registers. The alarms and other interrupts may wake the system from low-power
5 state.
7 Required properties:
9 - compatible : should be "nvidia,tegra20-rtc".
10 - reg : Specifies base physical address and size of the registers.
11 - interrupts : A single interrupt specifier.
13 Example:
15 timer {
16         compatible = "nvidia,tegra20-rtc";
17         reg = <0x7000e000 0x100>;
18         interrupts = <0 2 0x04>;