forked from Minki/linux
12c8aa9b8d
- Add clarifying comments. - Remove spurious new line. - Add required new line. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
22 lines
450 B
Plaintext
22 lines
450 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/*
|
|
* Copyright 2017-2022 Toradex
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "imx7d-colibri-emmc.dtsi"
|
|
#include "imx7-colibri-eval-v3.dtsi"
|
|
|
|
/ {
|
|
model = "Toradex Colibri iMX7D 1GB (eMMC) on Colibri Evaluation Board V3";
|
|
compatible = "toradex,colibri-imx7d-emmc-eval-v3",
|
|
"toradex,colibri-imx7d-emmc",
|
|
"toradex,colibri-imx7d",
|
|
"fsl,imx7d";
|
|
};
|
|
|
|
/* Colibri USBH */
|
|
&usbotg2 {
|
|
status = "okay";
|
|
};
|