]> git.ipfire.org Git - thirdparty/u-boot.git/blob - Bindings/rtc/spear-rtc.txt
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / Bindings / rtc / spear-rtc.txt
1 * SPEAr RTC
2
3 Required properties:
4 - compatible : "st,spear600-rtc"
5 - reg : Address range of the rtc registers
6 - interrupt: Should contain the rtc interrupt number
7
8 Example:
9
10 rtc@fc000000 {
11 compatible = "st,spear600-rtc";
12 reg = <0xfc000000 0x1000>;
13 interrupt-parent = <&vic1>;
14 interrupts = <12>;
15 };