mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
arm64: dts: rockchip: Add rtc_32k support for rk3308-evb
Change-Id: Ia8bfa8fae701bdd6a90bcc108959cdd49d122b76 Signed-off-by: David Wu <david.wu@rock-chips.com>
This commit is contained in:
@@ -355,6 +355,9 @@
|
||||
};
|
||||
|
||||
&pinctrl {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&rtc_32k>;
|
||||
|
||||
buttons {
|
||||
pwr_key: pwr-key {
|
||||
rockchip,pins = <0 RK_PA6 RK_FUNC_GPIO &pcfg_pull_up>;
|
||||
|
||||
@@ -1401,5 +1401,12 @@
|
||||
<1 RK_PB4 3 &pcfg_pull_none>;
|
||||
};
|
||||
};
|
||||
|
||||
rtc {
|
||||
rtc_32k: rtc-32k {
|
||||
rockchip,pins =
|
||||
<0 RK_PC3 1 &pcfg_pull_none>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user