summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7ulp-evkb-mipi.dts
blob: 0ebf73f2618a43414ea0563e005b39859ee1f437 (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
/*
 * Copyright 2018 NXP.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#include "imx7ulp-evkb.dts"
#include "imx7ulp-evk-mipi.dtsi"

&lpi2c7 {
	focaltech@38 {
		status = "disabled";
	};

	goodix@14 {
		compatible = "goodix,gt911";
		reg = <0x14>;
		interrupt-parent = <&gpio_ptf>;
		interrupts = <0 IRQ_TYPE_EDGE_FALLING>;
		irq-gpios = <&gpio_ptf 0 GPIO_ACTIVE_HIGH>;
		reset-gpios = <&gpio_ptf 1 GPIO_ACTIVE_HIGH>;
	};
};