diff options
author | Eddie James <[email protected]> | 2021-03-29 10:00:17 -0500 |
---|---|---|
committer | Joel Stanley <[email protected]> | 2021-04-08 11:13:56 +0930 |
commit | 5dbbacd43fc529b3998e9229b65e97451c1a56d4 (patch) | |
tree | afbf3f84fa3176dfa41aa7782a57458a81f30177 | |
parent | 3c00ebf08a5b4dcfed60a56e6729bd23be1c65e2 (diff) |
ARM: dts: aspeed: everest: Add RTC
Add the RTC at the appropriate I2C bus and address.
Signed-off-by: Eddie James <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joel Stanley <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts index 88e6ac0a374e..52d2abac8b94 100644 --- a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts +++ b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts @@ -708,6 +708,11 @@ reg = <0x11>; }; + rtc@32 { + compatible = "epson,rx8900"; + reg = <0x32>; + }; + eeprom@51 { compatible = "atmel,24c64"; reg = <0x51>; |