^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) * SPEAr RTC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) - compatible : "st,spear600-rtc"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) - reg : Address range of the rtc registers
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) - interrupt: Should contain the rtc interrupt number
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) rtc@fc000000 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) compatible = "st,spear600-rtc";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) reg = <0xfc000000 0x1000>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) interrupt-parent = <&vic1>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) interrupts = <12>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) };