ARM: dts: sun6i: add rtc device node
authorChen-Yu Tsai <wens@csie.org>
Wed, 30 Jul 2014 12:56:06 +0000 (20:56 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 17 Aug 2014 07:57:09 +0000 (09:57 +0200)
Now that we have a driver for sun6i's rtc hardware, add a device node
for it so we can use it.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun6i-a31.dtsi

index 44b07e512c2448cbc24821668dc43ceaf6915638..8fdf90d52ab8ca202aa9234301abdb6b77aa41dd 100644 (file)
                        interrupts = <1 9 0xf04>;
                };
 
+               rtc: rtc@01f00000 {
+                       compatible = "allwinner,sun6i-a31-rtc";
+                       reg = <0x01f00000 0x54>;
+                       interrupts = <0 40 4>, <0 41 4>;
+               };
+
                nmi_intc: interrupt-controller@01f00c0c {
                        compatible = "allwinner,sun6i-a31-sc-nmi";
                        interrupt-controller;
This page took 0.026534 seconds and 5 git commands to generate.