hrefprev60.dts 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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 {
  24. prcmu@80157000 {
  25. ab8500@5 {
  26. ab8500-gpio {
  27. compatible = "stericsson,ab8500-gpio";
  28. };
  29. };
  30. };
  31. i2c@80004000 {
  32. tps61052@33 {
  33. compatible = "tps61052";
  34. reg = <0x33>;
  35. };
  36. };
  37. i2c@80110000 {
  38. bu21013_tp@5c {
  39. reset-gpio = <&tc3589x_gpio 13 0x4>;
  40. };
  41. };
  42. vmmci: regulator-gpio {
  43. gpios = <&tc3589x_gpio 18 0x4>;
  44. enable-gpio = <&tc3589x_gpio 17 0x4>;
  45. status = "okay";
  46. };
  47. };
  48. };