blob: 3c1c4d62fbf928bfeb48ea008425340e4a0a68f5 [file] [log] [blame]
Thomas Gleixnera636cd62019-05-19 15:51:34 +02001// SPDX-License-Identifier: GPL-2.0-or-later
Ludovic Desroches655ff2662013-03-22 13:24:13 +00002/*
3 * sama5d3dm.dtsi - Device Tree file for SAMA5 display module
4 *
5 * Copyright (C) 2013 Atmel,
6 * 2013 Ludovic Desroches <ludovic.desroches@atmel.com>
Ludovic Desroches655ff2662013-03-22 13:24:13 +00007 */
8
9/ {
10 ahb {
11 apb {
12 i2c1: i2c@f0018000 {
13 qt1070: keyboard@1b {
14 compatible = "qt1070";
15 reg = <0x1b>;
16 interrupt-parent = <&pioE>;
17 interrupts = <31 0x0>;
18 pinctrl-names = "default";
19 pinctrl-0 = <&pinctrl_qt1070_irq>;
Bo Shenc1463f62013-12-02 16:29:48 +080020 wakeup-source;
Ludovic Desroches655ff2662013-03-22 13:24:13 +000021 };
22 };
23
24 adc0: adc@f8018000 {
Ludovic Desroches9879b962014-02-26 17:29:50 +010025 atmel,adc-ts-wires = <4>;
26 atmel,adc-ts-pressure-threshold = <10000>;
Ludovic Desroches655ff2662013-03-22 13:24:13 +000027 status = "okay";
28 };
29
30 pinctrl@fffff200 {
31 board {
32 pinctrl_qt1070_irq: qt1070_irq {
33 atmel,pins =
Jean-Christophe PLAGNIOL-VILLARDc9d0f312013-04-24 08:34:25 +080034 <AT91_PIOE 31 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>; /* PE31 GPIO with pull up deglith */
Ludovic Desroches655ff2662013-03-22 13:24:13 +000035 };
36 };
37 };
38 };
39 };
40};