mirror of https://gitee.com/openkylin/linux.git
arm64: dts: draak: Add serial console pins
Add pin control for SCIF2. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
bea2ab136e
commit
ea203404fb
|
@ -36,7 +36,18 @@ &extal_clk {
|
||||||
clock-frequency = <48000000>;
|
clock-frequency = <48000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&pfc {
|
||||||
|
scif2_pins: scif2 {
|
||||||
|
groups = "scif2_data";
|
||||||
|
function = "scif2";
|
||||||
|
};
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
&scif2 {
|
&scif2 {
|
||||||
|
pinctrl-0 = <&scif2_pins>;
|
||||||
|
pinctrl-names = "default";
|
||||||
|
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue