Skip to content

Commit 74dad1f

Browse files
authored
arm64: dts: qcom: enable UARTs for robot expansion board (#446)
arm64: dts: qcom: enable UARTs for robot expansion board
2 parents c87daaa + 4066f8a commit 74dad1f

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/lemans-evk.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
mmc1 = &sdhc;
2323
serial0 = &uart10;
2424
serial1 = &uart17;
25+
serial2 = &uart0;
2526
};
2627

2728
dmic: audio-codec-0 {
@@ -1074,6 +1075,10 @@
10741075
};
10751076
};
10761077

1078+
&uart0 {
1079+
status = "okay";
1080+
};
1081+
10771082
&uart10 {
10781083
compatible = "qcom,geni-debug-uart";
10791084
pinctrl-0 = <&qup_uart10_default>;

arch/arm64/boot/dts/qcom/monaco-evk.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
i2c1 = &i2c1;
2323
serial0 = &uart7;
2424
serial1 = &uart2;
25+
serial2 = &uart6;
2526
};
2627

2728
chosen {
@@ -935,6 +936,10 @@
935936
};
936937
};
937938

939+
&uart6 {
940+
status = "okay";
941+
};
942+
938943
&uart7 {
939944
status = "okay";
940945
};

0 commit comments

Comments
 (0)