Commit c0b3c764 authored by Muhammed Efe Cetin's avatar Muhammed Efe Cetin Committed by Heiko Stuebner

arm64: dts: rockchip: Add RTC to Khadas Edge 2

Khadas Edge 2 has PT7C4363 RTC that compatible with HYM8563.
The RTC pinctrl is also connected to MCU.
Signed-off-by: default avatarMuhammed Efe Cetin <efectn@protonmail.com>
Link: https://lore.kernel.org/r/4c4c9140ff36f290ba64ecc8b3e218df6a5ab273.1708381247.git.efectn@protonmail.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent e438acfd
......@@ -216,6 +216,18 @@ regulator-state-mem {
};
};
&i2c2 {
status = "okay";
hym8563: rtc@51 {
compatible = "haoyu,hym8563";
reg = <0x51>;
#clock-cells = <0>;
clock-output-names = "hym8563";
wakeup-source;
};
};
&pinctrl {
vdd_sd {
vdd_sd_en: vdd-sd-en {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment