arm: dts: k3-am642-evm/sk: enable MAIN UART1 for SYSFW logs

Enable MAIN UART1 in the R5 SPL device tree to collect system SYSFW
debug traces during early boot.

Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
Reviewed-by: Bryan Brattlof <bb@ti.com>
This commit is contained in:
Vishal Mahaveer
2026-07-03 10:09:56 -06:00
committed by Tom Rini
parent c8a3552f7d
commit 48b7c05d27
2 changed files with 20 additions and 0 deletions
+10
View File
@@ -23,3 +23,13 @@
clocks = <&clk_200mhz>;
clock-names = "clk_xin";
};
&main_uart1_pins_default {
bootph-pre-ram;
};
/* Main UART1 is used for TIFS firmware logs */
&main_uart1 {
bootph-pre-ram;
status="okay";
};
+10
View File
@@ -18,3 +18,13 @@
&serdes_wiz0 {
status = "okay";
};
&main_uart1_pins_default {
bootph-pre-ram;
};
/* Main UART1 is used for TIFS firmware logs */
&main_uart1 {
bootph-pre-ram;
status="okay";
};