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>

authored by Binbin Zhou and committed by Thomas Bogendoerfer e47084e1 8a649e33

+7
+7
arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi
··· 97 <0x00000000>; /* int3 */ 98 }; 99 100 uart0: serial@1fe00000 { 101 compatible = "ns16550a"; 102 reg = <0 0x1fe00000 0 0x8>;
··· 97 <0x00000000>; /* int3 */ 98 }; 99 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 + 107 uart0: serial@1fe00000 { 108 compatible = "ns16550a"; 109 reg = <0 0x1fe00000 0 0x8>;