ste-hrefv60plus.dtsi 1.4 KB

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