We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387b3bb commit 1e9c240Copy full SHA for 1e9c240
arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts
@@ -27,6 +27,31 @@
27
};
28
29
30
+&i2c6 {
31
+ status = "okay";
32
+
33
+ hym8563: rtc@51 {
34
+ compatible = "haoyu,hym8563";
35
+ reg = <0x51>;
36
+ #clock-cells = <0>;
37
+ clock-frequency = <32768>;
38
+ clock-output-names = "hym8563";
39
+ pinctrl-names = "default";
40
+ pinctrl-0 = <&hym8563_int>;
41
+ interrupt-parent = <&gpio0>;
42
+ interrupts = <RK_PB0 IRQ_TYPE_LEVEL_LOW>;
43
+ wakeup-source;
44
+ };
45
+};
46
47
+&pinctrl {
48
+ hym8563 {
49
+ hym8563_int: hym8563-int {
50
+ rockchip,pins = <0 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>;
51
52
53
54
55
&sdhci {
56
bus-width = <8>;
57
no-sdio;
0 commit comments