On Mon, Apr 25, 2022 at 07:03:28PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan <peng.fan@xxxxxxx> > > The i.MX 93 applications processors are the first in the i.MX portfolio > to integrate the scalable Arm Cortex-A55 core, bringing performance > and energy efficiency to Linux-based edge applications and the > Arm Ethos-U65 microNPU, enabling developers to create more capable, > cost-effective and energy-efficient ML applications. > > Add the basic dtsi support for i.MX93. > > Signed-off-by: Peng Fan <peng.fan@xxxxxxx> > --- > arch/arm64/boot/dts/freescale/imx93-pinfunc.h | 623 ++++++++++++++++++ > arch/arm64/boot/dts/freescale/imx93.dtsi | 337 ++++++++++ > 2 files changed, 960 insertions(+) > create mode 100755 arch/arm64/boot/dts/freescale/imx93-pinfunc.h > create mode 100644 arch/arm64/boot/dts/freescale/imx93.dtsi > > diff --git a/arch/arm64/boot/dts/freescale/imx93-pinfunc.h b/arch/arm64/boot/dts/freescale/imx93-pinfunc.h > new file mode 100755 > index 000000000000..f848ccd411cb > --- /dev/null > +++ b/arch/arm64/boot/dts/freescale/imx93-pinfunc.h > @@ -0,0 +1,623 @@ > +/* SPDX-License-Identifier: GPL-2.0+ */ Your licensing isn't consistent. The board dts is different. Dual licensing is what's correct. Your company is okay with GPLv3? Rob