ste-hrefprev60-stuib.dts 838 B

12345678910111213141516171819202122232425262728293031323334
  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. /dts-v1/;
  12. #include "ste-hrefprev60.dtsi"
  13. #include "ste-href-stuib.dtsi"
  14. / {
  15. model = "ST-Ericsson HREF (pre-v60) and ST UIB";
  16. compatible = "st-ericsson,mop500", "st-ericsson,u8500";
  17. soc {
  18. /* Reset line for the BU21013 touchscreen */
  19. i2c@80110000 {
  20. /* Only one of these will be used */
  21. bu21013_tp@5c {
  22. touch-gpio = <&gpio2 12 0x4>;
  23. reset-gpio = <&tc3589x_gpio 13 0x4>;
  24. };
  25. bu21013_tp@5d {
  26. touch-gpio = <&gpio2 12 0x4>;
  27. reset-gpio = <&tc3589x_gpio 13 0x4>;
  28. };
  29. };
  30. };
  31. };