Add support for the MYiR imx6ULL based single board computer equipped with on board 256MB NAND & RAM. The board also provides expansion header for expansion board, but this commit adds only support for SBC. Signed-off-by: Parthiban Nallathambi <parthiban@linumiz.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
19 lines
367 B
Plaintext
19 lines
367 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (C) 2020 Linumiz
|
|
* Author: Parthiban Nallathambi <parthiban@linumiz.com>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "imx6ull.dtsi"
|
|
#include "imx6ull-myir-mys-6ulx.dtsi"
|
|
|
|
/ {
|
|
model = "MYiR i.MX6ULL MYS-6ULX Single Board Computer with NAND";
|
|
compatible = "myir,imx6ull-mys-6ulx-eval", "fsl,imx6ull";
|
|
};
|
|
|
|
&gpmi {
|
|
status = "okay";
|
|
};
|