Commit 2e754956 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: sm8250-edo: Set UART alias and stdout-path

The GENI UART driver requires one specifies a numeric alias. Do so and
set the stdout-path to route the console to the debug uart in the microSD
slot by default.
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230912-topic-edoconsole-v1-1-b392ea67e539@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 1cec289a
......@@ -18,7 +18,12 @@ / {
qcom,msm-id = <356 0x20001>; /* SM8250 v2.1 */
qcom,board-id = <0x10008 0>;
aliases {
serial0 = &uart12;
};
chosen {
stdout-path = "serial0:115200n8";
#address-cells = <2>;
#size-cells = <2>;
ranges;
......
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