On Thu, Mar 24, 2022 at 7:44 AM Daniel Palmer <daniel@xxxxxxxx> wrote: > > Add the second UART to the base dtsi. > > Signed-off-by: Daniel Palmer <daniel@xxxxxxxx> > --- > arch/arm/boot/dts/mstar-v7.dtsi | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/arch/arm/boot/dts/mstar-v7.dtsi b/arch/arm/boot/dts/mstar-v7.dtsi > index 8464a8f1b136..baf2422b9854 100644 > --- a/arch/arm/boot/dts/mstar-v7.dtsi > +++ b/arch/arm/boot/dts/mstar-v7.dtsi > @@ -182,6 +182,14 @@ pm_uart: uart@221000 { > clock-frequency = <172000000>; > status = "disabled"; > }; > + > + uart1: uart@221200 { serial@... Please run schema checks on your DT as that should be a warning that I don't have to tell you about. Rob