hrefv60plus.dts 682 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/ "dbx5x0.dtsi"
  13. /include/ "href.dtsi"
  14. /include/ "stuib.dtsi"
  15. / {
  16. model = "ST-Ericsson HREF (v60+) platform with Device Tree";
  17. compatible = "st-ericsson,hrefv60+";
  18. gpio_keys {
  19. button@1 {
  20. gpios = <&gpio6 25 0x4>;
  21. };
  22. };
  23. soc-u9500 {
  24. i2c@80110000 {
  25. bu21013_tp@0x5c {
  26. reset-gpio = <&gpio4 15 0x4>;
  27. };
  28. };
  29. };
  30. };