ste-href-tvk1281618.dtsi 930 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /*
  2. * Copyright 2012 ST-Ericsson AB
  3. *
  4. * The code contained herein is licensed under the GNU General Public
  5. * License. You may obtain a copy of the GNU General Public License
  6. * Version 2 or later at the following locations:
  7. *
  8. * http://www.opensource.org/licenses/gpl-license.html
  9. * http://www.gnu.org/copyleft/gpl.html
  10. *
  11. * Device Tree for the TVK1281618 UIB
  12. */
  13. #include <dt-bindings/interrupt-controller/irq.h>
  14. / {
  15. soc {
  16. /* Add Synaptics touch screen, TC35892 keypad etc here */
  17. i2c@80004000 {
  18. tc3589x@44 {
  19. compatible = "tc3589x";
  20. reg = <0x44>;
  21. interrupt-parent = <&gpio6>;
  22. interrupts = <26 IRQ_TYPE_EDGE_RISING>;
  23. interrupt-controller;
  24. #interrupt-cells = <2>;
  25. tc3589x_gpio {
  26. compatible = "tc3589x-gpio";
  27. interrupts = <0 IRQ_TYPE_EDGE_RISING>;
  28. interrupt-controller;
  29. #interrupt-cells = <2>;
  30. gpio-controller;
  31. #gpio-cells = <2>;
  32. };
  33. };
  34. };
  35. };
  36. };