aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r--arch/arm/boot/dts/stih407-family.dtsi3
-rw-r--r--arch/arm/boot/dts/stih407-pinctrl.dtsi12
-rw-r--r--arch/arm/boot/dts/stih410-b2260.dts5
3 files changed, 16 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi
index 4c72dae2aefa..0fe03cb88628 100644
--- a/arch/arm/boot/dts/stih407-family.dtsi
+++ b/arch/arm/boot/dts/stih407-family.dtsi
@@ -222,9 +222,8 @@
222 compatible = "st,asc"; 222 compatible = "st,asc";
223 reg = <0x9830000 0x2c>; 223 reg = <0x9830000 0x2c>;
224 interrupts = <GIC_SPI 122 IRQ_TYPE_NONE>; 224 interrupts = <GIC_SPI 122 IRQ_TYPE_NONE>;
225 pinctrl-names = "default";
226 pinctrl-0 = <&pinctrl_serial0>;
227 clocks = <&clk_s_c0_flexgen CLK_EXT2F_A9>; 225 clocks = <&clk_s_c0_flexgen CLK_EXT2F_A9>;
226 /* Pinctrl moved out to a per-board configuration */
228 227
229 status = "disabled"; 228 status = "disabled";
230 }; 229 };
diff --git a/arch/arm/boot/dts/stih407-pinctrl.dtsi b/arch/arm/boot/dts/stih407-pinctrl.dtsi
index daab16b5ae64..bd1a82e8fffe 100644
--- a/arch/arm/boot/dts/stih407-pinctrl.dtsi
+++ b/arch/arm/boot/dts/stih407-pinctrl.dtsi
@@ -465,8 +465,16 @@
465 serial0 { 465 serial0 {
466 pinctrl_serial0: serial0-0 { 466 pinctrl_serial0: serial0-0 {
467 st,pins { 467 st,pins {
468 tx = <&pio17 0 ALT1 OUT>; 468 tx = <&pio17 0 ALT1 OUT>;
469 rx = <&pio17 1 ALT1 IN>; 469 rx = <&pio17 1 ALT1 IN>;
470 };
471 };
472 pinctrl_serial0_hw_flowctrl: serial0-0_hw_flowctrl {
473 st,pins {
474 tx = <&pio17 0 ALT1 OUT>;
475 rx = <&pio17 1 ALT1 IN>;
476 cts = <&pio17 2 ALT1 IN>;
477 rts = <&pio17 3 ALT1 OUT>;
470 }; 478 };
471 }; 479 };
472 }; 480 };
diff --git a/arch/arm/boot/dts/stih410-b2260.dts b/arch/arm/boot/dts/stih410-b2260.dts
index 06b0696cb6b8..93c14d183e29 100644
--- a/arch/arm/boot/dts/stih410-b2260.dts
+++ b/arch/arm/boot/dts/stih410-b2260.dts
@@ -62,6 +62,11 @@
62 /* Low speed expansion connector */ 62 /* Low speed expansion connector */
63 uart0: serial@9830000 { 63 uart0: serial@9830000 {
64 label = "LS-UART0"; 64 label = "LS-UART0";
65 pinctrl-names = "default", "no-hw-flowctrl";
66 pinctrl-0 = <&pinctrl_serial0_hw_flowctrl>;
67 pinctrl-1 = <&pinctrl_serial0>;
68 rts-gpios = <&pio17 3 GPIO_ACTIVE_LOW>;
69 uart-has-rtscts;
65 status = "okay"; 70 status = "okay";
66 }; 71 };
67 72