ccu9540.dts 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. / {
  14. model = "ST-Ericsson CCU9540 platform with Device Tree";
  15. compatible = "st-ericsson,ccu9540", "st-ericsson,u9540";
  16. memory {
  17. reg = <0x00000000 0x20000000>;
  18. };
  19. soc-u9500 {
  20. uart@80120000 {
  21. status = "okay";
  22. };
  23. uart@80121000 {
  24. status = "okay";
  25. };
  26. uart@80007000 {
  27. status = "okay";
  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 = <&gpio7 6 0x4>; // 230
  38. cd-inverted;
  39. status = "okay";
  40. };
  41. // WLAN SDIO channel
  42. sdi1_per2@80118000 {
  43. arm,primecell-periphid = <0x10480180>;
  44. max-frequency = <50000000>;
  45. bus-width = <4>;
  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. };