ste-hrefv60plus.dtsi 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. i2c@80110000 {
  23. bu21013_tp@0x5c {
  24. reset-gpio = <&gpio4 15 0x4>;
  25. };
  26. };
  27. // External Micro SD slot
  28. sdi0_per1@80126000 {
  29. arm,primecell-periphid = <0x10480180>;
  30. max-frequency = <100000000>;
  31. bus-width = <4>;
  32. mmc-cap-sd-highspeed;
  33. mmc-cap-mmc-highspeed;
  34. vmmc-supply = <&ab8500_ldo_aux3_reg>;
  35. cd-gpios = <&gpio2 31 0x4>; // 95
  36. status = "okay";
  37. };
  38. // WLAN SDIO channel
  39. sdi1_per2@80118000 {
  40. arm,primecell-periphid = <0x10480180>;
  41. max-frequency = <100000000>;
  42. bus-width = <4>;
  43. status = "okay";
  44. };
  45. // PoP:ed eMMC
  46. sdi2_per3@80005000 {
  47. arm,primecell-periphid = <0x10480180>;
  48. max-frequency = <100000000>;
  49. bus-width = <8>;
  50. mmc-cap-mmc-highspeed;
  51. status = "okay";
  52. };
  53. // On-board eMMC
  54. sdi4_per2@80114000 {
  55. arm,primecell-periphid = <0x10480180>;
  56. max-frequency = <100000000>;
  57. bus-width = <8>;
  58. mmc-cap-mmc-highspeed;
  59. vmmc-supply = <&ab8500_ldo_aux2_reg>;
  60. status = "okay";
  61. };
  62. };
  63. };