Commit 73e44613 authored by Lad Prabhakar's avatar Lad Prabhakar Committed by Geert Uytterhoeven
parent ab586be8
......@@ -14,6 +14,7 @@ / {
aliases {
serial2 = &scifa2;
serial4 = &scifb2;
};
chosen {
......@@ -27,6 +28,11 @@ scifa2_pins: scifa2 {
groups = "scifa2_data_c";
function = "scifa2";
};
scifb2_pins: scifb2 {
groups = "scifb2_data", "scifb2_ctrl";
function = "scifb2";
};
};
&scifa2 {
......@@ -35,3 +41,11 @@ &scifa2 {
status = "okay";
};
&scifb2 {
pinctrl-0 = <&scifb2_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