ARM: dts: aspeed: Harma: add rtc device

Add "nxp,pcf8563" device and the slave address is 0x51.

Signed-off-by: Peter Yin <peteryin.openbmc@gmail.com>
Link: https://patch.msgid.link/20240909080459.3457853-2-peteryin.openbmc@gmail.com
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
Peter Yin
2024-09-09 16:04:58 +08:00
committed by Andrew Jeffery
parent 85c5239980
commit ed024f2894

View File

@@ -135,10 +135,6 @@ &mac3 {
use-ncsi;
};
&rtc {
status = "okay";
};
&fmc {
status = "okay";
@@ -506,6 +502,11 @@ imux31: i2c@3 {
#address-cells = <1>;
#size-cells = <0>;
reg = <3>;
rtc@51 {
compatible = "nxp,pcf8563";
reg = <0x51>;
};
};
};
};