Add support for the 8MNANOD3L-EVK which features a NXP IMX8MN SoC.
Patch 1 was formerly postet separately, but never picked up. So I've bumped
its version and added the actual device tree. Please note, there wasn't a
v1 nor a v2 of patch 2.
Michael Walle (2):
dt-bindings: arm: fsl: add IMX8MN DDR3L eval board
arm64: dts: imx8mn: add 8MNANOD3L-EVK device tree
.../devicetree/bindings/arm/fsl.yaml | 1 +
arch/arm64/boot/dts/freescale/Makefile | 1 +
.../boot/dts/freescale/imx8mn-ddr3l-evk.dts | 114 ++++++++++++++++++
3 files changed, 116 insertions(+)
create mode 100644 arch/arm64/boot/dts/freescale/imx8mn-ddr3l-evk.dts
--
2.30.2
On Tue, Apr 12, 2022 at 04:32:36PM +0200, Michael Walle wrote:
> Add support for the 8MNANOD3L-EVK which features a NXP IMX8MN SoC.
>
> Patch 1 was formerly postet separately, but never picked up. So I've bumped
> its version and added the actual device tree. Please note, there wasn't a
> v1 nor a v2 of patch 2.
>
> Michael Walle (2):
> dt-bindings: arm: fsl: add IMX8MN DDR3L eval board
> arm64: dts: imx8mn: add 8MNANOD3L-EVK device tree
Applied both, thanks!