mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
5d7a95f499
Synchronise device trees with linux v5.19-rc5. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
19 lines
389 B
Text
19 lines
389 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"
|
|
|
|
/ {
|
|
model = "MYiR i.MX6ULL MYS-6ULX Single Board Computer with NAND";
|
|
compatible = "myir,imx6ull-mys-6ulx-eval", "fsl,imx6ull";
|
|
};
|
|
|
|
&gpmi {
|
|
fsl,use-minimum-ecc;
|
|
status = "okay";
|
|
};
|