diff options
author | Joel Stanley <joel@jms.id.au> | 2018-10-03 15:35:07 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-04-05 06:38:20 +0300 |
commit | 6d00c6f8d2e781e3c821fc9c614f404cc981804d (patch) | |
tree | 40f37f464fa325ca999496342fbb5dff9b1f16a9 /arch/arm/boot/dts/aspeed-g5.dtsi | |
parent | 780726f996551a23bcf34f9980f14375abda073e (diff) | |
download | linux-6d00c6f8d2e781e3c821fc9c614f404cc981804d.tar.xz |
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-g5.dtsi')
-rw-r--r-- | arch/arm/boot/dts/aspeed-g5.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi index 733cac9eeef4..4345c3153ca7 100644 --- a/arch/arm/boot/dts/aspeed-g5.dtsi +++ b/arch/arm/boot/dts/aspeed-g5.dtsi @@ -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"; |