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 Dongjin Kim
parent b689aceb6e
commit 8d363a57d0

View File

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