0001 // SPDX-License-Identifier: GPL-2.0-or-later
0002 /*
0003 * sama5d3dm.dtsi - Device Tree file for SAMA5 display module
0004 *
0005 * Copyright (C) 2013 Atmel,
0006 * 2013 Ludovic Desroches <ludovic.desroches@atmel.com>
0007 */
0008
0009 / {
0010 ahb {
0011 apb {
0012 i2c1: i2c@f0018000 {
0013 qt1070: keyboard@1b {
0014 compatible = "qt1070";
0015 reg = <0x1b>;
0016 interrupt-parent = <&pioE>;
0017 interrupts = <31 0x0>;
0018 pinctrl-names = "default";
0019 pinctrl-0 = <&pinctrl_qt1070_irq>;
0020 wakeup-source;
0021 };
0022 };
0023
0024 adc0: adc@f8018000 {
0025 atmel,adc-ts-wires = <4>;
0026 atmel,adc-ts-pressure-threshold = <10000>;
0027 status = "okay";
0028 };
0029
0030 pinctrl@fffff200 {
0031 board {
0032 pinctrl_qt1070_irq: qt1070_irq {
0033 atmel,pins =
0034 <AT91_PIOE 31 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>; /* PE31 GPIO with pull up deglith */
0035 };
0036 };
0037 };
0038 };
0039 };
0040 };