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 KIM
parent e88567c0ef
commit e4463dafc4

View File

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