summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7d-sdb-epdc.dtsi
blob: 765fdc4bba72d9cb72567eb4720442e9b8ac2a5f (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
55
56
57
58
/*
 * Copyright (C) 2015 Freescale Semiconductor, Inc.
 *
 * 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.
 */

&epdc {
        status = "okay";
};

&fec1 {
	status = "okay";
};

&fec2 {
	status = "disabled";
};

&reg_can2_3v3 {
	status = "disabled";
};

&flexcan2 {
	status = "disabled";
};

&max17135 {
        status = "okay";
};

&sii902x {
	status = "disabled";
};

&sim1 {
	status = "disabled";
};

&uart5 {
	status = "disabled";
};

&i2c3 {
	elan@10 {
		pinctrl-names = "default";
		pinctrl-0 = <&pinctrl_epdc_elan_touch>;
		compatible = "elan,elan-touch";
		reg = <0x10>;
		interrupt-parent = <&gpio6>;
		interrupts = <12 IRQ_TYPE_EDGE_FALLING>;
		gpio_elan_cs = <&gpio6 13 0>;
		gpio_elan_rst = <&gpio6 15 0>;
		gpio_intr = <&gpio6 12 0>;
		status = "okay";
	};
};