summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mm-ddr4-evk-revb-rm67199.dts
blob: 277807e7705081be7b734afeca65f0b8381be6a5 (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
// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright 2021 NXP
 */

#include "imx8mm-ddr4-evk-revb-rm67191.dts"

/delete-node/ &synaptics_dsx_ts;

&mipi_dsi {
	panel@0 {
		compatible = "raydium,rm67199";
	};
};

&i2c2 {
	touchscreen@14 {
		compatible = "goodix,gt1151";
		reg = <0x14>;
		pinctrl-names = "default";
		pinctrl-0 = <&pinctrl_i2c2_synaptics_dsx_io>;
		interrupt-parent = <&gpio1>;
		interrupts = <9 IRQ_TYPE_EDGE_FALLING>;
		irq-gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
		edge-failling-trigger;
		touchscreen-size-x = <1080>;
		touchscreen-size-y = <1920>;
	};
};