Deleted Added
full compact
1/*
2 * Copyright 2012 Shawn Guo <shawn.guo@linaro.org>
3 * Copyright 2013 Lothar Wa��mann <LW@KARO-electronics.de>
4 *
5 * The code contained herein is licensed under the GNU General Public
6 * License. You may obtain a copy of the GNU General Public License
7 * Version 2 at the following locations:
8 *
9 * http://www.opensource.org/licenses/gpl-license.html
10 * http://www.gnu.org/copyleft/gpl.html
11 */
12
13/dts-v1/;
14#include "imx28.dtsi"
15#include <dt-bindings/gpio/gpio.h>
16#include <dt-bindings/interrupt-controller/irq.h>
17
18/ {
19 model = "Ka-Ro electronics TX28 module";
20 compatible = "karo,tx28", "fsl,imx28";
21
22 aliases {
23 can0 = &can0;
24 can1 = &can1;

--- 295 unchanged lines hidden (view full) ---

320 };
321
322 polytouch: edt-ft5x06@38 {
323 compatible = "edt,edt-ft5x06";
324 reg = <0x38>;
325 pinctrl-names = "default";
326 pinctrl-0 = <&tx28_edt_ft5x06_pins>;
327 interrupt-parent = <&gpio2>;
327 interrupts = <5 0>;
328 interrupts = <5 IRQ_TYPE_EDGE_FALLING>;
329 reset-gpios = <&gpio2 6 GPIO_ACTIVE_LOW>;
330 wake-gpios = <&gpio4 9 GPIO_ACTIVE_HIGH>;
331 };
332
333 touchscreen: tsc2007@48 {
334 compatible = "ti,tsc2007";
335 reg = <0x48>;
336 pinctrl-names = "default";

--- 387 unchanged lines hidden ---