On 29/01/2025 17:37, Thierry Bultel wrote: > diff --git a/arch/arm64/boot/dts/renesas/r9a09g077m44-rzt2h-evk.dts b/arch/arm64/boot/dts/renesas/r9a09g077m44-rzt2h-evk.dts > new file mode 100644 > index 000000000000..f2b448aaec82 > --- /dev/null > +++ b/arch/arm64/boot/dts/renesas/r9a09g077m44-rzt2h-evk.dts > @@ -0,0 +1,37 @@ > +// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +/* > + * Device Tree Source for the RZ/T2H Development EVK board > + * > + * Copyright (C) 2025 Renesas Electronics Corp. > + */ > + > +/dts-v1/; > + > +#include "r9a09g077m44.dtsi" > + > +/ { > + model = "Renesas Development EVK based on r9a09g077m44"; > + compatible = "renesas,r9a9g077m44-rzt2h-evk", "renesas,r9a9g077"; > + > + aliases { > + serial0 = &sci0; > + }; > + > + chosen { > + bootargs = "ignore_loglevel"; Drop, that's development, not wide-mainline use. > + stdout-path = "serial0:115200n8"; > + }; > + Stray blank line. Best regards, Krzysztof