1
0
Fork 0

ARM: dts: lpc18xx: add rtc node

Add node for the internal RTC found on all lpc18xx SoCs.

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
hifive-unleashed-5.1
Joachim Eastwood 2015-04-02 05:32:34 +02:00
parent 52d7c42664
commit 246fee6cb7
1 changed files with 8 additions and 0 deletions

View File

@ -215,6 +215,14 @@
};
};
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>;