Commit 5e700435 authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Maxime Ripard

ARM: dts: sun6i: add rtc device node

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: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 3b1213f5
...@@ -779,6 +779,12 @@ gic: interrupt-controller@01c81000 { ...@@ -779,6 +779,12 @@ gic: interrupt-controller@01c81000 {
interrupts = <1 9 0xf04>; 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 { nmi_intc: interrupt-controller@01f00c0c {
compatible = "allwinner,sun6i-a31-sc-nmi"; compatible = "allwinner,sun6i-a31-sc-nmi";
interrupt-controller; interrupt-controller;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment