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>
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";
+};
&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";
+};