On Tue, May 10, 2022 at 5:25 AM Jacky Huang <ychuang3@xxxxxxxxxxx> wrote: > > Add the initial device tree files for Nuvoton MA35D1 Soc. > > Signed-off-by: Jacky Huang <ychuang3@xxxxxxxxxxx> > --- > + > +/ { > + model = "Nuvoton MA35D1-EVB"; > + compatible = "nuvoton,ma35d1-evb", "nuvoton,ma35d1"; > + > + chosen { > + stdout-path = "serial0:115200n8"; > + }; Something seems to be missing here: you set the console to the serial0 alias, but that is not defined anywhere, and the ma35d1.dtsi file does not appear to define any UART at all. Are you still missing the driver for this? Please add a more detailed description in the changelog text above that explains what kind of SoC this is (maybe a link to the product web page, if there is one), and a status of how complete the support is: which drivers are already merged, and which ones are still being worked on? Arnd