hc
2023-02-15 557890c7ca0980ccc625a4e8f0cfa8898649a5c6
ADD hym8563 RTC
1 files modified
16 ■■■■ changed files
kernel/arch/arm64/boot/dts/rockchip/NK-R36S0.dtsi 16 ●●●● patch | view | raw | blame | history
kernel/arch/arm64/boot/dts/rockchip/NK-R36S0.dtsi
....@@ -310,9 +310,6 @@
310310 compatible = "nk_mcu";
311311 reg = <0x15>;
312312 };
313
-
314
-
315
-
316313 };
317314
318315 &i2c4 {
....@@ -385,6 +382,19 @@
385382 };
386383 };
387384
385
+&i2c5 {
386
+ status = "okay";
387
+
388
+ hym8563: hym8563@51 {
389
+ compatible = "haoyu,hym8563";
390
+ reg = <0x51>;
391
+ #clock-cells = <0>;
392
+ clock-frequency = <32768>;
393
+ clock-output-names = "xin32k";
394
+ /* rtc_int is not connected */
395
+ };
396
+};
397
+
388398 &mdio0 {
389399 rgmii_phy0: phy@0 {
390400 compatible = "ethernet-phy-ieee802.3-c22";