1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later 2*f126890aSEmmanuel Vadot/* 3*f126890aSEmmanuel Vadot * sama5d3dm.dtsi - Device Tree file for SAMA5 display module 4*f126890aSEmmanuel Vadot * 5*f126890aSEmmanuel Vadot * Copyright (C) 2013 Atmel, 6*f126890aSEmmanuel Vadot * 2013 Ludovic Desroches <ludovic.desroches@atmel.com> 7*f126890aSEmmanuel Vadot */ 8*f126890aSEmmanuel Vadot 9*f126890aSEmmanuel Vadot/ { 10*f126890aSEmmanuel Vadot ahb { 11*f126890aSEmmanuel Vadot apb { 12*f126890aSEmmanuel Vadot i2c1: i2c@f0018000 { 13*f126890aSEmmanuel Vadot qt1070: keyboard@1b { 14*f126890aSEmmanuel Vadot compatible = "qt1070"; 15*f126890aSEmmanuel Vadot reg = <0x1b>; 16*f126890aSEmmanuel Vadot interrupt-parent = <&pioE>; 17*f126890aSEmmanuel Vadot interrupts = <31 0x0>; 18*f126890aSEmmanuel Vadot pinctrl-names = "default"; 19*f126890aSEmmanuel Vadot pinctrl-0 = <&pinctrl_qt1070_irq>; 20*f126890aSEmmanuel Vadot wakeup-source; 21*f126890aSEmmanuel Vadot }; 22*f126890aSEmmanuel Vadot }; 23*f126890aSEmmanuel Vadot 24*f126890aSEmmanuel Vadot adc0: adc@f8018000 { 25*f126890aSEmmanuel Vadot atmel,adc-ts-wires = <4>; 26*f126890aSEmmanuel Vadot atmel,adc-ts-pressure-threshold = <10000>; 27*f126890aSEmmanuel Vadot status = "okay"; 28*f126890aSEmmanuel Vadot }; 29*f126890aSEmmanuel Vadot 30*f126890aSEmmanuel Vadot pinctrl@fffff200 { 31*f126890aSEmmanuel Vadot board { 32*f126890aSEmmanuel Vadot pinctrl_qt1070_irq: qt1070_irq { 33*f126890aSEmmanuel Vadot atmel,pins = 34*f126890aSEmmanuel Vadot <AT91_PIOE 31 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>; /* PE31 GPIO with pull up deglith */ 35*f126890aSEmmanuel Vadot }; 36*f126890aSEmmanuel Vadot }; 37*f126890aSEmmanuel Vadot }; 38*f126890aSEmmanuel Vadot }; 39*f126890aSEmmanuel Vadot }; 40*f126890aSEmmanuel Vadot}; 41