summaryrefslogtreecommitdiff
path: root/overlays/verdin-imx8mm_dsi-to-lvds_panel-cap-touch-10inch-lvds_overlay.dts
blob: 28971fad211314fc1d51ee21ee1361c8ba5b253e (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/*
 * Copyright 2020-2022 Toradex
 */

// Verdin DSI to LVDS Adapter with plugged in
// Capacitive Touch Display 10.1" LVDS orderable at Toradex.

/dts-v1/;
/plugin/;

/ {
	compatible = "toradex,verdin-imx8mm";
};

#include "verdin-imx8_mipi-dsi-to-sn65dsi84.dtsi"
#include "display-lt170410_sn65dsi84_overlay.dtsi"

&atmel_mxt_ts {
	vdd-supply = <&reg_dsi_lvds>;
	status = "okay";
};

&backlight {
	status = "okay";
};

&gpu {
	status = "okay";
};

/* Verdin I2C_1 */
&i2c4 {
	status = "okay";
};

&lcdif {
	status = "okay";
};

&panel_lvds {
	panel-timing {
		/*
		 * video_pll1 is at 1039500000, take PLL1/15
		 * otherwise we don't get a picture on NXP i.MX 8M Mini
		 */
		clock-frequency = <69300000>;
	};
};

&reg_dsi_lvds {
	/* Verdin CTRL_SLEEP_MOCI# (SODIMM 256) */
	gpio = <&gpio5 1 GPIO_ACTIVE_HIGH>;
};