Commit c6c816e2 authored by Vladimir Barinov's avatar Vladimir Barinov Committed by Simon Horman

arm64: dts: ulcb-kf: enable SCIF1

This supports SCIF1 on ULCB Kingfisher board
Signed-off-by: default avatarVladimir Barinov <vladimir.barinov@cogentembedded.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 20913f7e
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
/ { / {
aliases { aliases {
serial1 = &hscif0; serial1 = &hscif0;
serial2 = &scif1;
}; };
}; };
...@@ -28,4 +29,17 @@ hscif0_pins: hscif0 { ...@@ -28,4 +29,17 @@ hscif0_pins: hscif0 {
groups = "hscif0_data", "hscif0_ctrl"; groups = "hscif0_data", "hscif0_ctrl";
function = "hscif0"; function = "hscif0";
}; };
scif1_pins: scif1 {
groups = "scif1_data_b", "scif1_ctrl";
function = "scif1";
};
};
&scif1 {
pinctrl-0 = <&scif1_pins>;
pinctrl-names = "default";
uart-has-rtscts;
status = "okay";
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment