1 Spreadtrum SC27xx Real Time Clock
4 - compatible: should be "sprd,sc2731-rtc".
5 - reg: address offset of rtc register.
6 - interrupt-parent: phandle for the interrupt controller.
7 - interrupts: rtc alarm interrupt.
12 compatible = "sprd,sc2731";
14 spi-max-frequency = <26000000>;
15 interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
17 #interrupt-cells = <2>;
22 compatible = "sprd,sc2731-rtc";
24 interrupt-parent = <&sc2731_pmic>;
25 interrupts = <2 IRQ_TYPE_LEVEL_HIGH>;