diff options
| author | Joel Stanley <joel@jms.id.au> | 2018-10-03 14:35:07 +0200 |
|---|---|---|
| committer | Joel Stanley <joel@jms.id.au> | 2019-03-20 15:13:35 +1030 |
| commit | 993a1f2c35a4bcf6fc3e546311d8770263638dd6 (patch) | |
| tree | 53f98e62a017c620b2faacc3277e248d6f13c3fe | |
| parent | e725644c116452450ac37220210cbc97794abc0e (diff) | |
| download | talos-obmc-linux-993a1f2c35a4bcf6fc3e546311d8770263638dd6.tar.gz talos-obmc-linux-993a1f2c35a4bcf6fc3e546311d8770263638dd6.zip | |
ARM: dts: aspeed: Add RTC node
The ASPEED ast2400 and ast2500 both contain a RTC device.
OpenBMC-Staging-Count: 3
Signed-off-by: Joel Stanley <joel@jms.id.au>
| -rw-r--r-- | arch/arm/boot/dts/aspeed-g4.dtsi | 6 | ||||
| -rw-r--r-- | arch/arm/boot/dts/aspeed-g5.dtsi | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-g4.dtsi b/arch/arm/boot/dts/aspeed-g4.dtsi index 51b428092d7b..04f77ebb03da 100644 --- a/arch/arm/boot/dts/aspeed-g4.dtsi +++ b/arch/arm/boot/dts/aspeed-g4.dtsi @@ -210,6 +210,12 @@ clock-names = "PCLK"; }; + rtc: rtc@1e781000 { + compatible = "aspeed,ast2400-rtc"; + reg = <0x1e781000 0x18>; + status = "disabled"; + }; + uart1: serial@1e783000 { compatible = "ns16550a"; reg = <0x1e783000 0x20>; diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi index 582143347481..2f987e86ed22 100644 --- a/arch/arm/boot/dts/aspeed-g5.dtsi +++ b/arch/arm/boot/dts/aspeed-g5.dtsi @@ -267,6 +267,12 @@ interrupt-controller; }; + 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"; |

