arm64: dts: freescale: add initial support for verdin imx8m plus
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Fri, 8 Apr 2022 14:57:25 +0000 (16:57 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 11 Apr 2022 02:14:08 +0000 (10:14 +0800)
commita39ed23bdf6ec7eb0f093b6ef0391e1f3d152f71
treec67c21161015ddcf1b168decef328ef200859c05
parenta00f1fa615803cfe5eeb834fc411ab6c560b1952
arm64: dts: freescale: add initial support for verdin imx8m plus

This patch adds the device tree to support Toradex Verdin iMX8M Plus [1]
a computer on module which can be used on different carrier boards.

The module consists of an NXP i.MX 8M Plus family SoC (either i.MX 8M
Plus Quad or 8M Plus QuadLite), a PCA9450C PMIC, a Gigabit Ethernet PHY,
1, 2, 4 or 8 GB of LPDDR4 RAM, an eMMC, a TLA2024 ADC, an I2C EEPROM, an
RX8130 RTC, an optional I2C temperature sensor plus an optional
Bluetooth/Wi-Fi module.

Anything that is not self-contained on the module is disabled by
default.

The device tree for the Dahlia includes the module's device tree and
enables the supported peripherals of the carrier board.

The device tree for the Verdin Development Board includes the module's
device tree as well as the Dahlia one as it is a superset and supports
almost all peripherals available.

So far there is no display functionality supported at all but basic
console UART, USB host, eMMC and Ethernet functionality work fine.

[1] https://www.toradex.com/computer-on-modules/verdin-arm-family/nxp-imx-8m-plus

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Tested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/Makefile
arch/arm64/boot/dts/freescale/imx8mp-verdin-dahlia.dtsi [new file with mode: 0644]
arch/arm64/boot/dts/freescale/imx8mp-verdin-dev.dtsi [new file with mode: 0644]
arch/arm64/boot/dts/freescale/imx8mp-verdin-nonwifi-dahlia.dts [new file with mode: 0644]
arch/arm64/boot/dts/freescale/imx8mp-verdin-nonwifi-dev.dts [new file with mode: 0644]
arch/arm64/boot/dts/freescale/imx8mp-verdin-nonwifi.dtsi [new file with mode: 0644]
arch/arm64/boot/dts/freescale/imx8mp-verdin-wifi-dahlia.dts [new file with mode: 0644]
arch/arm64/boot/dts/freescale/imx8mp-verdin-wifi-dev.dts [new file with mode: 0644]
arch/arm64/boot/dts/freescale/imx8mp-verdin-wifi.dtsi [new file with mode: 0644]
arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi [new file with mode: 0644]