mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 08:32:23 +07:00
f928a4a377
Add support for the Computer on Module Colibri iMX7D 1GB along with the Colibri Evaluation Board device trees. Follow the usual hierarchic include model, maintaining shared configuration in imx7-colibri.dtsi and imx7-colibri-eval-v3.dtsi respectively. Signed-off-by: Stefan Agner <stefan@agner.ch> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
20 lines
416 B
Plaintext
20 lines
416 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
/*
|
|
* Copyright 2017 Toradex AG
|
|
*/
|
|
|
|
/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", "fsl,imx7d";
|
|
};
|
|
|
|
&usbotg2 {
|
|
vbus-supply = <®_usbh_vbus>;
|
|
status = "okay";
|
|
};
|