ste-hrefv60plus.dts 1.6 KB

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