mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
20 lines
407 B
Text
20 lines
407 B
Text
|
// 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"
|
||
|
#include "imx6ull-mys-6ulx-u-boot.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "MYiR i.MX6ULL MYS-6ULX Single Board Computer with NAND";
|
||
|
compatible = "myir,imx6ull-mys-6ulx-eval", "fsl,imx6ull";
|
||
|
};
|
||
|
|
||
|
&gpmi {
|
||
|
status = "okay";
|
||
|
};
|