ste-hrefv60plus.dts 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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-dbx5x0.dtsi"
  13. #include "ste-href.dtsi"
  14. #include "ste-stuib.dtsi"
  15. / {
  16. model = "ST-Ericsson HREF (v60+) platform with Device Tree";
  17. compatible = "st-ericsson,hrefv60+", "st-ericsson,u8500";
  18. gpio_keys {
  19. button@1 {
  20. gpios = <&gpio5 25 0x4>;
  21. };
  22. };
  23. soc {
  24. i2c@80110000 {
  25. bu21013_tp@0x5c {
  26. reset-gpio = <&gpio4 15 0x4>;
  27. };
  28. };
  29. // External Micro SD slot
  30. sdi0_per1@80126000 {
  31. arm,primecell-periphid = <0x10480180>;
  32. max-frequency = <100000000>;
  33. bus-width = <4>;
  34. mmc-cap-sd-highspeed;
  35. mmc-cap-mmc-highspeed;
  36. vmmc-supply = <&ab8500_ldo_aux3_reg>;
  37. cd-gpios = <&tc3589x_gpio 3 0x4>;
  38. status = "okay";
  39. };
  40. // WLAN SDIO channel
  41. sdi1_per2@80118000 {
  42. arm,primecell-periphid = <0x10480180>;
  43. max-frequency = <100000000>;
  44. bus-width = <4>;
  45. status = "okay";
  46. };
  47. // PoP:ed eMMC
  48. sdi2_per3@80005000 {
  49. arm,primecell-periphid = <0x10480180>;
  50. max-frequency = <100000000>;
  51. bus-width = <8>;
  52. mmc-cap-mmc-highspeed;
  53. status = "okay";
  54. };
  55. // On-board eMMC
  56. sdi4_per2@80114000 {
  57. arm,primecell-periphid = <0x10480180>;
  58. max-frequency = <100000000>;
  59. bus-width = <8>;
  60. mmc-cap-mmc-highspeed;
  61. vmmc-supply = <&ab8500_ldo_aux2_reg>;
  62. status = "okay";
  63. };
  64. };
  65. };