rockchip64-6.18: mekotronics-r58-4x4: rtc
This commit is contained in:
parent
fa672fbfcb
commit
9164cc93ca
@ -282,6 +282,24 @@
|
||||
};
|
||||
};
|
||||
|
||||
&i2c6 {
|
||||
status = "okay";
|
||||
|
||||
hym8563: rtc@51 {
|
||||
compatible = "haoyu,hym8563";
|
||||
reg = <0x51>;
|
||||
#clock-cells = <0>;
|
||||
clock-frequency = <32768>;
|
||||
clock-output-names = "hym8563";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&hym8563_int>;
|
||||
interrupt-parent = <&gpio0>;
|
||||
interrupts = <RK_PB2 IRQ_TYPE_LEVEL_LOW>; //RTCIC_INT_L_GPIO0_B2
|
||||
wakeup-source;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
//hdmi0 sound
|
||||
&i2s5_8ch {
|
||||
status = "okay";
|
||||
@ -355,6 +373,11 @@
|
||||
};
|
||||
};
|
||||
|
||||
hym8563 {
|
||||
hym8563_int: hym8563-int {
|
||||
rockchip,pins = <0 RK_PB2 RK_FUNC_GPIO &pcfg_pull_up>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&saradc {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user