diff options
author | Parthiban Nallathambi <parthiban@linumiz.com> | 2024-02-29 13:53:37 +0530 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-03-29 20:07:45 +0800 |
commit | e3b5697195c875dd297c83592763b1c1449983b7 (patch) | |
tree | cad375d3ed3d85147405defb4457c72728802def /arch/arm/boot/dts/nxp/imx/Makefile | |
parent | a1aa1852124130bd1f2c5c6100894b711a5d9b69 (diff) |
ARM: dts: imx6ull: add seeed studio NPi dev board
Add support for Seed Stuidos NPi i.MX6ULL SoM equipped with
512MB RAM and 8GB eMMC or 512MB NAND flash. Development
board comes with either eMMC or NAND based SoM with peripheral
interfaces like 2 x ethernet, 2 x USB, LCD, CSI and more.
Signed-off-by: Parthiban Nallathambi <parthiban@linumiz.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/nxp/imx/Makefile')
-rw-r--r-- | arch/arm/boot/dts/nxp/imx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/nxp/imx/Makefile b/arch/arm/boot/dts/nxp/imx/Makefile index 598361d0632e..231c0d73a53e 100644 --- a/arch/arm/boot/dts/nxp/imx/Makefile +++ b/arch/arm/boot/dts/nxp/imx/Makefile @@ -349,6 +349,8 @@ dtb-$(CONFIG_SOC_IMX6UL) += \ imx6ull-phytec-segin-lc-rdk-nand.dtb \ imx6ull-phytec-tauri-emmc.dtb \ imx6ull-phytec-tauri-nand.dtb \ + imx6ull-seeed-npi-dev-board-emmc.dtb \ + imx6ull-seeed-npi-dev-board-nand.dtb \ imx6ull-tarragon-master.dtb \ imx6ull-tarragon-micro.dtb \ imx6ull-tarragon-slave.dtb \ |