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>
22 lines
254 B
Plaintext
22 lines
254 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
/*
|
|
* Copyright 2017 Toradex AG
|
|
*/
|
|
|
|
#include "imx7d.dtsi"
|
|
#include "imx7-colibri.dtsi"
|
|
|
|
/ {
|
|
memory {
|
|
reg = <0x80000000 0x40000000>;
|
|
};
|
|
};
|
|
|
|
&usbotg2 {
|
|
dr_mode = "host";
|
|
};
|
|
|
|
&usdhc3 {
|
|
status = "okay";
|
|
};
|