arm64: dts: ti: k3-am625-verdin: Enable Verdin UART2

Enable UART2 for AM62 based SOM's Verdin carrier boards Dahlia,
Development and Yavia.

Earlier Verdin UART2 was reserved by R5 DM firmware which can be now
configured using boardcfg during U-boot compilation. In a default
config, no one writes to this UART.

Signed-off-by: Parth Pancholi <parth.pancholi@toradex.com>
Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Link: https://lore.kernel.org/r/20231121160436.1032364-1-parth105105@gmail.com
Signed-off-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
Parth Pancholi 2023-11-21 17:04:36 +01:00 committed by Nishanth Menon
parent ba78573abb
commit 26e0124683
3 changed files with 3 additions and 6 deletions

View File

@ -214,6 +214,5 @@
/* Verdin UART_2 */
&wkup_uart0 {
/* FIXME: WKUP UART0 is used by DM firmware */
status = "reserved";
status = "okay";
};

View File

@ -235,6 +235,5 @@
/* Verdin UART_2 */
&wkup_uart0 {
/* FIXME: WKUP UART0 is used by DM firmware */
status = "reserved";
status = "okay";
};

View File

@ -207,6 +207,5 @@
/* Verdin UART_2 */
&wkup_uart0 {
/* FIXME: WKUP UART0 is used by DM firmware */
status = "reserved";
status = "okay";
};