mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 15:14:52 +00:00

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>
20 lines
407 B
Plaintext
20 lines
407 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (c) 2024 Linumiz
|
|
* Author: Parthiban <parthiban@linumiz.com>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "imx6ull.dtsi"
|
|
#include "imx6ull-seeed-npi.dtsi"
|
|
#include "imx6ull-seeed-npi-dev-board.dtsi"
|
|
|
|
/ {
|
|
model = "Seeed NPi iMX6ULL Dev Board with NAND";
|
|
compatible = "seeed,imx6ull-seeed-npi-nand", "seeed,imx6ull-seeed-npi", "fsl,imx6ull";
|
|
};
|
|
|
|
&gpmi {
|
|
status = "okay";
|
|
};
|