blob: d3855e8d7978190847531245e12cad4f8a9b347e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
/*
* 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.
*/
#include "imx7d-sdb-reva.dts"
&sii902x {
status = "disabled";
};
&ecspi3 {
status = "okay";
tsc2046 {
interrupts = <13 0>;
pendown-gpio = <&gpio2 13 0>;
};
};
|