dts LubanCat-1H关闭rk809rtc,使用hym8563外部RTC芯片

This commit is contained in:
hejiawencc
2023-07-21 16:21:26 +08:00
parent 2cc86b595e
commit 008b9679af

View File

@ -824,6 +824,19 @@
//mic-in-differential;
status = "okay";
};
rk809_rtc:rtc{
status = "disabled";
};
};
hym8563: hym8563@51 {
compatible = "haoyu,hym8563";
status = "okay";
reg = <0x51>;
#clock-cells = <0>;
clock-frequency = <32768>;
clock-output-names = "hym8563";
};
};