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:
David Wu
2018-03-24 13:37:54 +08:00
committed by Ziyuan Xu
parent 8261df3812
commit af77467329
2 changed files with 10 additions and 0 deletions

View File

@@ -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>;

View File

@@ -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>;
};
};
};
};