mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
5d7a95f499
Synchronise device trees with linux v5.19-rc5. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
18 lines
313 B
Text
18 lines
313 B
Text
// SPDX-License-Identifier: GPL-2.0 OR X11
|
|
/*
|
|
* Copyright (C) 2016 Amarula Solutions B.V.
|
|
* Copyright (C) 2016 Engicam S.r.l.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "imx6ul-isiot.dtsi"
|
|
|
|
/ {
|
|
model = "Engicam Is.IoT MX6UL NAND Starter kit";
|
|
compatible = "engicam,imx6ul-isiot", "fsl,imx6ul";
|
|
};
|
|
|
|
&gpmi {
|
|
status = "okay";
|
|
};
|