arm64: dts: ulcb-kf: enable SCIF1
This supports SCIF1 on ULCB Kingfisher board Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:

committed by
Simon Horman

parent
20913f7e92
commit
c6c816e22b
@@ -12,6 +12,7 @@
|
|||||||
/ {
|
/ {
|
||||||
aliases {
|
aliases {
|
||||||
serial1 = &hscif0;
|
serial1 = &hscif0;
|
||||||
|
serial2 = &scif1;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -28,4 +29,17 @@
|
|||||||
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";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user