- 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>
40 lines
554 B
Text
40 lines
554 B
Text
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/*
|
|
* Copyright 2017-2022 Toradex
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "imx7d-colibri.dtsi"
|
|
#include "imx7-colibri-aster.dtsi"
|
|
|
|
/ {
|
|
model = "Toradex Colibri iMX7D on Aster Carrier Board";
|
|
compatible = "toradex,colibri-imx7d-aster",
|
|
"toradex,colibri-imx7d",
|
|
"fsl,imx7d";
|
|
};
|
|
|
|
&ad7879_ts {
|
|
status = "okay";
|
|
};
|
|
|
|
&atmel_mxt_ts {
|
|
status = "okay";
|
|
};
|
|
|
|
&backlight {
|
|
status = "okay";
|
|
};
|
|
|
|
&lcdif {
|
|
status = "okay";
|
|
};
|
|
|
|
&panel_dpi {
|
|
status = "okay";
|
|
};
|
|
|
|
/* Colibri USBH */
|
|
&usbotg2 {
|
|
status = "okay";
|
|
};
|