Commit d5566d25 authored by Ulrich Hecht's avatar Ulrich Hecht Committed by Simon Horman

arm64: dts: r8a7796: salvator-x: add SCIF1 (DEBUG1)

Enables the SCIF hooked up to the DEBUG1 connector.
Signed-off-by: default avatarUlrich Hecht <ulrich.hecht+renesas@gmail.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent dbcae5ea
...@@ -18,6 +18,7 @@ / { ...@@ -18,6 +18,7 @@ / {
aliases { aliases {
serial0 = &scif2; serial0 = &scif2;
serial1 = &scif1;
ethernet0 = &avb; ethernet0 = &avb;
}; };
...@@ -113,6 +114,11 @@ avb_pins: avb { ...@@ -113,6 +114,11 @@ avb_pins: avb {
function = "avb"; function = "avb";
}; };
scif1_pins: scif1 {
groups = "scif1_data_a", "scif1_ctrl";
function = "scif1";
};
scif2_pins: scif2 { scif2_pins: scif2 {
groups = "scif2_data_a"; groups = "scif2_data_a";
function = "scif2"; function = "scif2";
...@@ -228,6 +234,14 @@ &sdhi3 { ...@@ -228,6 +234,14 @@ &sdhi3 {
status = "okay"; status = "okay";
}; };
&scif1 {
pinctrl-0 = <&scif1_pins>;
pinctrl-names = "default";
uart-has-rtscts;
status = "okay";
};
&scif2 { &scif2 {
pinctrl-0 = <&scif2_pins>; pinctrl-0 = <&scif2_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
......
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