Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: aspeed: Add RTC node

The ASPEED ast2400 and ast2500 both contain an on board RTC device.

Signed-off-by: Joel Stanley <joel@jms.id.au>

+12
+6
arch/arm/boot/dts/aspeed-g4.dtsi
··· 209 209 clock-names = "PCLK"; 210 210 }; 211 211 212 + rtc: rtc@1e781000 { 213 + compatible = "aspeed,ast2400-rtc"; 214 + reg = <0x1e781000 0x18>; 215 + status = "disabled"; 216 + }; 217 + 212 218 uart1: serial@1e783000 { 213 219 compatible = "ns16550a"; 214 220 reg = <0x1e783000 0x20>;
+6
arch/arm/boot/dts/aspeed-g5.dtsi
··· 274 274 #interrupt-cells = <2>; 275 275 }; 276 276 277 + rtc: rtc@1e781000 { 278 + compatible = "aspeed,ast2500-rtc"; 279 + reg = <0x1e781000 0x18>; 280 + status = "disabled"; 281 + }; 282 + 277 283 timer: timer@1e782000 { 278 284 /* This timer is a Faraday FTTMR010 derivative */ 279 285 compatible = "aspeed,ast2400-timer";