arm64: dts: renesas: white-hawk-cpu: Add serial port pin control

Complete the description of the serial console and the external serial
clock by adding pin control.

Based on larger patch in the BSP by Takeshi Kihara.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/74c862ef6e46b4af398d9b371ff38fae17b3db05.1662715538.git.geert+renesas@glider.be
This commit is contained in:
Geert Uytterhoeven 2022-09-09 11:53:51 +02:00
parent 4cebce2577
commit 7a8d590de8

View file

@ -40,6 +40,21 @@ &hscif0 {
status = "okay";
};
&pfc {
pinctrl-0 = <&scif_clk_pins>;
pinctrl-names = "default";
hscif0_pins: hscif0 {
groups = "hscif0_data";
function = "hscif0";
};
scif_clk_pins: scif_clk {
groups = "scif_clk";
function = "scif_clk";
};
};
&scif_clk {
clock-frequency = <24000000>;
};