arm64: dts: rockchip: rk1808: add pinctrl for clkin/out_32k

Change-Id: I31cb6a789e43933d759c1b667f97d20cd2c97eda
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
Elaine Zhang
2018-10-10 10:52:32 +08:00
committed by Tao Huang
parent 54e75c20ac
commit b1680c7da9

View File

@@ -130,6 +130,8 @@
clock-frequency = <32768>;
clock-output-names = "xin32k";
#clock-cells = <0>;
pinctrl-names = "default";
pinctrl-0 = <&clkin_32k>;
};
usbdrd3: usb {
@@ -1334,6 +1336,11 @@
input-enable;
};
pcfg_input_smt: pcfg-input-smt {
input-enable;
input-schmitt-enable;
};
emmc {
emmc_clk: emmc-clk {
rockchip,pins =
@@ -2266,5 +2273,17 @@
<0 RK_PA6 2 &pcfg_pull_none>;
};
};
xin32k {
clkin_32k: clkin-32k {
rockchip,pins =
<0 RK_PC2 1 &pcfg_input_smt>;
};
clkout_32k: clkout-32k {
rockchip,pins =
<0 RK_PC2 1 &pcfg_output_high>;
};
};
};
};