mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
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:
committed by
Dongjin Kim
parent
b689aceb6e
commit
8d363a57d0
@@ -909,3 +909,13 @@
|
||||
linux,wakeup;
|
||||
};
|
||||
};
|
||||
|
||||
&i2c2 {
|
||||
status = "disabled";
|
||||
|
||||
pcf8563: rtc@51 {
|
||||
status = "disabled";
|
||||
compatible = "nxp,pcf8563";
|
||||
reg = <0x51>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user