summaryrefslogtreecommitdiff
path: root/overlays/colibri-imx6_fusion-f0710a-connector_overlay.dts
blob: 1ed8c7c6b41b779620314e45eae7f6d146abe9da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/*
 * Copyright 2020-2021 Toradex
 */

// Fusion F0710A touchscreen. Compatible with a Capacitive Touch Connector.

/dts-v1/;
/plugin/;

#include <dt-bindings/gpio/gpio.h>

/ {
	compatible = "toradex,colibri_imx6dl";
};

&atmel_mxt_ts {
	status = "disabled";
};

&fusion_f0710a {
	pinctrl-0 = <&pinctrl_atmel_conn>;
	gpios = <&gpio2 24 GPIO_ACTIVE_HIGH	/* SODIMM 107, Pen intr */
		 &gpio1 14 GPIO_ACTIVE_LOW	/* SODIMM 106, Reset */
		>;
	status = "okay";
};

&i2c3 {
	status = "okay";
};

&weim {
	status = "disabled";
};