Commit 5dbbacd4 authored by Eddie James's avatar Eddie James Committed by Joel Stanley

ARM: dts: aspeed: everest: Add RTC

Add the RTC at the appropriate I2C bus and address.
Signed-off-by: default avatarEddie James <eajames@linux.ibm.com>
Link: https://lore.kernel.org/r/20210329150020.13632-20-eajames@linux.ibm.comSigned-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 3c00ebf0
......@@ -708,6 +708,11 @@ ucd90320@11 {
reg = <0x11>;
};
rtc@32 {
compatible = "epson,rx8900";
reg = <0x32>;
};
eeprom@51 {
compatible = "atmel,24c64";
reg = <0x51>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment