sama5d3xdm.dtsi 854 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /*
  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. 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>;
  20. wakeup-source;
  21. };
  22. };
  23. adc0: adc@f8018000 {
  24. atmel,adc-ts-wires = <4>;
  25. atmel,adc-ts-pressure-threshold = <10000>;
  26. status = "okay";
  27. };
  28. pinctrl@fffff200 {
  29. board {
  30. pinctrl_qt1070_irq: qt1070_irq {
  31. atmel,pins =
  32. <AT91_PIOE 31 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>; /* PE31 GPIO with pull up deglith */
  33. };
  34. };
  35. };
  36. };
  37. };
  38. };