Commit 77014a7c authored by Fabrizio Castro's avatar Fabrizio Castro Committed by Simon Horman

ARM: dts: iwg20d-q7: Add support for ttySC3

Signed-off-by: default avatarFabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: default avatarChris Paterson <chris.paterson2@renesas.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 53b2d8f7
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
/ { / {
aliases { aliases {
serial0 = &scif0; serial0 = &scif0;
serial3 = &scifb1;
ethernet0 = &avb; ethernet0 = &avb;
}; };
...@@ -104,6 +105,11 @@ scif0_pins: scif0 { ...@@ -104,6 +105,11 @@ scif0_pins: scif0 {
function = "scif0"; function = "scif0";
}; };
scifb1_pins: scifb1 {
groups = "scifb1_data_d", "scifb1_ctrl";
function = "scifb1";
};
sdhi1_pins: sd1 { sdhi1_pins: sd1 {
groups = "sdhi1_data4", "sdhi1_ctrl"; groups = "sdhi1_data4", "sdhi1_ctrl";
function = "sdhi1"; function = "sdhi1";
...@@ -134,6 +140,14 @@ &scif0 { ...@@ -134,6 +140,14 @@ &scif0 {
status = "okay"; status = "okay";
}; };
&scifb1 {
pinctrl-0 = <&scifb1_pins>;
pinctrl-names = "default";
uart-has-rtscts;
status = "okay";
};
&sdhi1 { &sdhi1 {
pinctrl-0 = <&sdhi1_pins>; pinctrl-0 = <&sdhi1_pins>;
pinctrl-1 = <&sdhi1_pins_uhs>; pinctrl-1 = <&sdhi1_pins_uhs>;
......
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