Re: [PATCH v1] arm64: dts: k3-am625-verdin: enable Verdin UART2

From: Francesco Dolcini
Date: Thu Nov 23 2023 - 03:58:48 EST


Hello Nishanth,

On Thu, Nov 23, 2023 at 01:12:35AM -0600, Nishanth Menon wrote:
> On 17:04-20231121, Parth Pancholi wrote:
> > /* Verdin UART_2 */
> > &wkup_uart0 {
> > - /* FIXME: WKUP UART0 is used by DM firmware */
> > - status = "reserved";
> > + status = "okay";
> > };
> > --
> > 2.34.1
> >
>
> Do the &pinctrl_wkup_uart0 in verdin.dtsi hold good through these
> variants?
Yes.

Let me add a little bit of context.

In general the way the Verdin AM62 (and Toradex SOM) is designed is that
we have a standard pinmuxing on the module edge connector (SODIMM) and
normally the carrier board that is mated with just implements it.
It's absolutely possible to redefine it all, but to maximize
compatibility across the family what we do at most is to reconfigure
some pins as GPIO.

Francesco