Skip to content

Commit e47084e

Browse files
AaronDottsbogend
authored andcommitted
MIPS: Loongson64: DTS: Add RTC support to Loongson-2K1000
The module is now supported, enable it. Acked-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn> Signed-off-by: WANG Xuerui <git@xen0n.name> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent 8a649e3 commit e47084e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,13 @@
9797
<0x00000000>; /* int3 */
9898
};
9999

100+
rtc0: rtc@1fe07800 {
101+
compatible = "loongson,ls2k1000-rtc";
102+
reg = <0 0x1fe07800 0 0x78>;
103+
interrupt-parent = <&liointc0>;
104+
interrupts = <60 IRQ_TYPE_LEVEL_LOW>;
105+
};
106+
100107
uart0: serial@1fe00000 {
101108
compatible = "ns16550a";
102109
reg = <0 0x1fe00000 0 0x8>;

0 commit comments

Comments
 (0)