]> www.infradead.org Git - users/jedix/linux-maple.git/commit
arm64: dts: freescale: Add basic dtsi for imx943
authorJacky Bai <ping.bai@nxp.com>
Mon, 21 Apr 2025 06:51:38 +0000 (14:51 +0800)
committerShawn Guo <shawnguo@kernel.org>
Fri, 9 May 2025 13:51:48 +0000 (21:51 +0800)
commitb0d011d4841bc00de3f559b3bc8be2de11044597
treee527c68b968f1e2d2b6bbf65cd27a54f50a1c816
parenta504243058747fd02c58b17191546e346a64a604
arm64: dts: freescale: Add basic dtsi for imx943

Add the minimal dtsi support for i.MX943. i.MX943 is the first SoC of
i.MX94 Family, create a common dtsi for the whole i.MX94 family, and the
specific dtsi part for i.MX943.

The clock, power domain and perf index need to be used by the device nodes
for resource reference, add them along with the dtsi support.

Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx94-clock.h [new file with mode: 0644]
arch/arm64/boot/dts/freescale/imx94-pinfunc.h [new file with mode: 0644]
arch/arm64/boot/dts/freescale/imx94-power.h [new file with mode: 0644]
arch/arm64/boot/dts/freescale/imx94.dtsi [new file with mode: 0644]
arch/arm64/boot/dts/freescale/imx943.dtsi [new file with mode: 0644]