diff options
author | Joel Stanley <joel@jms.id.au> | 2018-10-03 14:35:07 +0200 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-04-05 05:38:20 +0200 |
commit | 6d00c6f8d2e781e3c821fc9c614f404cc981804d (patch) | |
tree | 40f37f464fa325ca999496342fbb5dff9b1f16a9 /arch/arm/boot/dts/aspeed-g4.dtsi | |
parent | ARM: dts: aspeed: witherspoon: Update BMC partitioning (diff) | |
download | linux-6d00c6f8d2e781e3c821fc9c614f404cc981804d.tar.xz linux-6d00c6f8d2e781e3c821fc9c614f404cc981804d.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-g4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/aspeed-g4.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-g4.dtsi b/arch/arm/boot/dts/aspeed-g4.dtsi index 9549f867aa1e..5d7050d00874 100644 --- a/arch/arm/boot/dts/aspeed-g4.dtsi +++ b/arch/arm/boot/dts/aspeed-g4.dtsi @@ -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>; |