Commit 26e01246 authored by Parth Pancholi's avatar Parth Pancholi Committed by Nishanth Menon

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: default avatarParth Pancholi <parth.pancholi@toradex.com>
Reviewed-by: default avatarFrancesco Dolcini <francesco.dolcini@toradex.com>
Link: https://lore.kernel.org/r/20231121160436.1032364-1-parth105105@gmail.comSigned-off-by: default avatarNishanth Menon <nm@ti.com>
parent ba78573a
......@@ -214,6 +214,5 @@ &verdin_gpio_keys {
/* Verdin UART_2 */
&wkup_uart0 {
/* FIXME: WKUP UART0 is used by DM firmware */
status = "reserved";
status = "okay";
};
......@@ -235,6 +235,5 @@ &verdin_gpio_keys {
/* Verdin UART_2 */
&wkup_uart0 {
/* FIXME: WKUP UART0 is used by DM firmware */
status = "reserved";
status = "okay";
};
......@@ -207,6 +207,5 @@ &verdin_gpio_keys {
/* Verdin UART_2 */
&wkup_uart0 {
/* FIXME: WKUP UART0 is used by DM firmware */
status = "reserved";
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