Commit 6d00c6f8 authored by Joel Stanley's avatar Joel Stanley
Browse files

ARM: dts: aspeed: Add RTC node



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

Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 780726f9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -209,6 +209,12 @@
				clock-names = "PCLK";
			};

			rtc: rtc@1e781000 {
				compatible = "aspeed,ast2400-rtc";
				reg = <0x1e781000 0x18>;
				status = "disabled";
			};

			uart1: serial@1e783000 {
				compatible = "ns16550a";
				reg = <0x1e783000 0x20>;
+6 −0
Original line number Diff line number Diff line
@@ -274,6 +274,12 @@
				#interrupt-cells = <2>;
			};

			rtc: rtc@1e781000 {
				compatible = "aspeed,ast2500-rtc";
				reg = <0x1e781000 0x18>;
				status = "disabled";
			};

			timer: timer@1e782000 {
				/* This timer is a Faraday FTTMR010 derivative */
				compatible = "aspeed,ast2400-timer";