0001 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
0002 /*
0003 * Copyright 2016-2022 Toradex
0004 */
0005
0006 /dts-v1/;
0007 #include "imx7d-colibri.dtsi"
0008 #include "imx7-colibri-eval-v3.dtsi"
0009
0010 / {
0011 model = "Toradex Colibri iMX7D on Colibri Evaluation Board V3";
0012 compatible = "toradex,colibri-imx7d-eval-v3",
0013 "toradex,colibri-imx7d",
0014 "fsl,imx7d";
0015 };
0016
0017 &ad7879_ts {
0018 status = "okay";
0019 };
0020
0021 /*
0022 * The Atmel maxtouch controller uses SODIMM 28/30, also used for PWM<B>, PWM<C>, aka pwm2, pwm3.
0023 * So if you enable following capacitive touch controller, disable pwm2/pwm3 first.
0024 */
0025 &atmel_mxt_ts {
0026 status = "disabled";
0027 };
0028
0029 &backlight {
0030 status = "okay";
0031 };
0032
0033 &lcdif {
0034 status = "okay";
0035 };
0036
0037 &panel_dpi {
0038 status = "okay";
0039 };
0040
0041 /* Colibri PWM<B> */
0042 &pwm2 {
0043 /* The pwm2 should be disabled to enable atmel_mxt_ts touchscreen for adapter. */
0044 status = "okay";
0045 };
0046
0047 /* Colibri PWM<C> */
0048 &pwm3 {
0049 /* The pwm3 should be disabled to enable atmel_mxt_ts touchscreen for adapter. */
0050 status = "okay";
0051 };
0052
0053 /* Colibri USBH */
0054 &usbotg2 {
0055 status = "okay";
0056 };