ODROID-C3: arm64/dts: add RTC component 'pcf8563' to 'i2c3'

Change-Id: I8b55481be6efee867b67f807e9b40870f2b3fc2d
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
Dongjin Kim
2018-06-15 16:01:05 +09:00
committed by Chris KIM
parent 34b93a8184
commit ee6827088f

View File

@@ -768,6 +768,11 @@
pinctrl-names="default";
pinctrl-0=<&i2c3_master_pins2>;
clock-frequency = <100000>; /* default 100k */
pcf8563: rtc@51 {
compatible = "nxp,pcf8563";
reg = <0x51>;
};
};
&audiobus {