Commit f4e18ae3 authored by Baruch Siach's avatar Baruch Siach Committed by Arnd Bergmann

ARM: digicolor: enable CX92755 on-chip RTC device

Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 030bbdbf
......@@ -82,6 +82,12 @@ timer@f0000fc0 {
clocks = <&main_clk>;
};
rtc@f0000c30 {
compatible = "cnxt,cx92755-rtc";
reg = <0xf0000c30 0x18>;
interrupts = <25>;
};
uc_regs: syscon@f00003a0 {
compatible = "cnxt,cx92755-uc", "syscon";
reg = <0xf00003a0 0x10>;
......
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