KVM: arm/arm64: vgic-v2: Do not save an LR known to be empty
[linux-2.6/btrfs-unstable.git] / Documentation / devicetree / bindings / rtc / spear-rtc.txt
blobca67ac62108e5a69663e66b67190ea1ce447c724
1 * SPEAr RTC
3 Required properties:
4 - compatible : "st,spear600-rtc"
5 - reg : Address range of the rtc registers
6 - interrupt-parent: Should be the phandle for the interrupt controller
7   that services interrupts for this device
8 - interrupt: Should contain the rtc interrupt number
10 Example:
12         rtc@fc000000 {
13                 compatible = "st,spear600-rtc";
14                 reg = <0xfc000000 0x1000>;
15                 interrupt-parent = <&vic1>;
16                 interrupts = <12>;
17         };