]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: k3-am642-evm/sk: enable MAIN UART1 for SYSFW logs
authorVishal Mahaveer <vishalm@ti.com>
Fri, 5 Jun 2026 19:38:29 +0000 (14:38 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 3 Jul 2026 16:09:56 +0000 (10:09 -0600)
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>
arch/arm/dts/k3-am642-r5-evm.dts
arch/arm/dts/k3-am642-r5-sk.dts

index e3d363a8e39731ab3e9b867ed0a0682d0e2cb1e0..d1fe7efd0069a91f1cbdcb9b2049320755f9561c 100644 (file)
        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";
+};
index 27f3e87fb9000cf78fb409d7620ec003813ddec4..19435cd1f5cf9d7d0ad9761b45b21871927d4463 100644 (file)
 &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";
+};