blob: 6983aad376c3f2f7470c84d9978d04848e1317df [file] [log] [blame]
Carlo Caione182f14d2013-11-16 18:33:53 +01001* sun4i/sun7i Real Time Clock
2
3RTC controller for the Allwinner A10/A20
4
5Required properties:
Maxime Ripardf49bd062014-04-03 14:50:02 -07006- compatible : Should be "allwinner,sun4i-a10-rtc" or "allwinner,sun7i-a20-rtc"
Carlo Caione182f14d2013-11-16 18:33:53 +01007- reg: physical base address of the controller and length of memory mapped
8 region.
9- interrupts: IRQ line for the RTC.
10
11Example:
12
13rtc: rtc@01c20d00 {
Maxime Ripardf49bd062014-04-03 14:50:02 -070014 compatible = "allwinner,sun4i-a10-rtc";
Carlo Caione182f14d2013-11-16 18:33:53 +010015 reg = <0x01c20d00 0x20>;
16 interrupts = <24>;
17};