mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 14:30:55 +07:00
ccfdf7cd7d
Use stdout-path so that we don't have to put the console on the kernel command line. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
22 lines
300 B
Plaintext
22 lines
300 B
Plaintext
#include "qcom-apq8084.dtsi"
|
|
#include "qcom-pma8084.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm APQ 8084-MTP";
|
|
compatible = "qcom,apq8084-mtp", "qcom,apq8084";
|
|
|
|
aliases {
|
|
serial0 = &blsp2_uart2;
|
|
};
|
|
|
|
chosen {
|
|
stdout-path = "serial0:115200n8";
|
|
};
|
|
|
|
soc {
|
|
serial@f995e000 {
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|