ODROID-C4: arm64/dts: Add i2c2 and pcf8563 nodes to support HK RTC shield

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Iac7b4f67e369ad5ac97f5a09095dd891de6c132a
This commit is contained in:
Deokgyu Yang
2020-03-31 16:46:28 +09:00
committed by Chris
parent 1f6e730635
commit 028ad8fdac

View File

@@ -965,3 +965,13 @@
&i2c3 {
status = "disabled";
};
&i2c2 {
status = "disabled";
pcf8563: rtc@51 {
status = "disabled";
compatible = "nxp,pcf8563";
reg = <0x51>;
};
};