hrefprev60.dts 939 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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 (pre-v60) platform with Device Tree";
  17. compatible = "st-ericsson,mop500", "st-ericsson,u8500";
  18. gpio_keys {
  19. button@1 {
  20. gpios = <&tc3589x_gpio 7 0x4>;
  21. };
  22. };
  23. soc-u9500 {
  24. i2c@80004000 {
  25. tps61052@33 {
  26. compatible = "tps61052";
  27. reg = <0x33>;
  28. };
  29. };
  30. i2c@80110000 {
  31. bu21013_tp@0x5c {
  32. reset-gpio = <&tc3589x_gpio 13 0x4>;
  33. };
  34. };
  35. vmmci: regulator-gpio {
  36. gpios = <&tc3589x_gpio 18 0x4>;
  37. gpio-enable = <&tc3589x_gpio 17 0x4>;
  38. status = "okay";
  39. };
  40. };
  41. };