blob: f9bdde542ced2f9e0a76aa6ae73a5a7478215ae6 [file] [log] [blame]
Ludovic Desroches655ff2662013-03-22 13:24:13 +00001/*
2 * sama5d3dm.dtsi - Device Tree file for SAMA5 display module
3 *
4 * Copyright (C) 2013 Atmel,
5 * 2013 Ludovic Desroches <ludovic.desroches@atmel.com>
6 *
7 * Licensed under GPLv2 or later.
8 */
9
10/ {
11 ahb {
12 apb {
13 i2c1: i2c@f0018000 {
14 qt1070: keyboard@1b {
15 compatible = "qt1070";
16 reg = <0x1b>;
17 interrupt-parent = <&pioE>;
18 interrupts = <31 0x0>;
19 pinctrl-names = "default";
20 pinctrl-0 = <&pinctrl_qt1070_irq>;
Bo Shenc1463f62013-12-02 16:29:48 +080021 wakeup-source;
Ludovic Desroches655ff2662013-03-22 13:24:13 +000022 };
23 };
24
25 adc0: adc@f8018000 {
26 status = "disabled";
27 };
28
29 tsadcc: tsadcc@f8018000 {
30 status = "okay";
31 };
32
33 pinctrl@fffff200 {
34 board {
35 pinctrl_qt1070_irq: qt1070_irq {
36 atmel,pins =
Jean-Christophe PLAGNIOL-VILLARDc9d0f312013-04-24 08:34:25 +080037 <AT91_PIOE 31 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>; /* PE31 GPIO with pull up deglith */
Ludovic Desroches655ff2662013-03-22 13:24:13 +000038 };
39 };
40 };
41 };
42 };
43};