Commit 38340980 authored by Caleb Connolly's avatar Caleb Connolly Committed by Bjorn Andersson

arm64: dts: qcom: sdm845-oneplus-common: enable debug UART

A labelled diagram showing the location of the Rx and Tx testpoints for
the OnePlus 6 is available on the postmarketOS wiki:

https://wiki.postmarketos.org/wiki/Serial_debugging:Cable_schematics

The device uses 1.8v UART at a baud rate of 115200, bootloader output is
also available here.
Signed-off-by: default avatarCaleb Connolly <caleb@connolly.tech>
Link: https://lore.kernel.org/r/20210720153125.43389-3-caleb@connolly.techSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 87f0b434
...@@ -19,9 +19,14 @@ ...@@ -19,9 +19,14 @@
/ { / {
aliases { aliases {
serial0 = &uart9;
hsuart0 = &uart6; hsuart0 = &uart6;
}; };
chosen {
stdout-path = "serial0:115200n8";
};
gpio-keys { gpio-keys {
compatible = "gpio-keys"; compatible = "gpio-keys";
label = "Volume keys"; label = "Volume keys";
...@@ -526,6 +531,11 @@ bluetooth { ...@@ -526,6 +531,11 @@ bluetooth {
}; };
}; };
&uart9 {
label = "LS-UART1";
status = "okay";
};
&ufs_mem_hc { &ufs_mem_hc {
status = "okay"; status = "okay";
......
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