ste-hrefv60plus-stuib.dts 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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 HREF version 60 or later with the ST UIB
  12. */
  13. /dts-v1/;
  14. #include "ste-hrefv60plus.dtsi"
  15. #include "ste-href-stuib.dtsi"
  16. / {
  17. model = "ST-Ericsson HREF (v60+) and ST UIB";
  18. compatible = "st-ericsson,hrefv60+", "st-ericsson,u8500";
  19. /* This stablilizes the serial port enumeration */
  20. aliases {
  21. serial0 = &ux500_serial0;
  22. serial1 = &ux500_serial1;
  23. serial2 = &ux500_serial2;
  24. };
  25. soc {
  26. /* Reset line for the BU21013 touchscreen */
  27. i2c@80110000 {
  28. /* Only one of these will be used */
  29. bu21013_tp@5c {
  30. touch-gpio = <&gpio2 20 0x4>;
  31. reset-gpio = <&gpio4 17 0x4>;
  32. };
  33. bu21013_tp@5d {
  34. touch-gpio = <&gpio2 20 0x4>;
  35. reset-gpio = <&gpio4 17 0x4>;
  36. };
  37. };
  38. };
  39. };