Commit 246fee6c authored by Joachim Eastwood's avatar Joachim Eastwood

ARM: dts: lpc18xx: add rtc node

Add node for the internal RTC found on all lpc18xx SoCs.
Signed-off-by: default avatarJoachim Eastwood <manabian@gmail.com>
parent 52d7c426
......@@ -215,6 +215,14 @@ dmamux: dma-mux@11c {
};
};
rtc: rtc@40046000 {
compatible = "nxp,lpc1850-rtc", "nxp,lpc1788-rtc";
reg = <0x40046000 0x1000>;
interrupts = <47>;
clocks = <&creg_clk 0>, <&ccu1 CLK_CPU_BUS>;
clock-names = "rtc", "reg";
};
cgu: clock-controller@40050000 {
compatible = "nxp,lpc1850-cgu";
reg = <0x40050000 0x1000>;
......
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