ARM: dts: ipq4019: Add a default chosen node
Add a 'chosen' node to select the serial console. This is needed when bootloaders do not pass the 'console=' bootargs. Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Sricharan R <sricharan@codeaurora.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
parent
5567f9ddaf
commit
c696a02019
|
@ -20,6 +20,14 @@
|
||||||
model = "Qualcomm Technologies, Inc. IPQ4019/AP-DK01.1";
|
model = "Qualcomm Technologies, Inc. IPQ4019/AP-DK01.1";
|
||||||
compatible = "qcom,ipq4019";
|
compatible = "qcom,ipq4019";
|
||||||
|
|
||||||
|
aliases {
|
||||||
|
serial0 = &blsp1_uart1;
|
||||||
|
};
|
||||||
|
|
||||||
|
chosen {
|
||||||
|
stdout-path = "serial0:115200n8";
|
||||||
|
};
|
||||||
|
|
||||||
soc {
|
soc {
|
||||||
rng@22000 {
|
rng@22000 {
|
||||||
status = "ok";
|
status = "ok";
|
||||||
|
|
|
@ -272,7 +272,7 @@
|
||||||
regulator;
|
regulator;
|
||||||
};
|
};
|
||||||
|
|
||||||
serial@78af000 {
|
blsp1_uart1: serial@78af000 {
|
||||||
compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
|
compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm";
|
||||||
reg = <0x78af000 0x200>;
|
reg = <0x78af000 0x200>;
|
||||||
interrupts = <0 107 0>;
|
interrupts = <0 107 0>;
|
||||||
|
|
Loading…
Reference in New Issue