u9540.dts 896 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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 U9540 platform with Device Tree";
  15. compatible = "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. // On-board eMMC
  30. sdi4_per2@80114000 {
  31. arm,primecell-periphid = <0x10480180>;
  32. max-frequency = <50000000>;
  33. bus-width = <8>;
  34. mmc-cap-mmc-highspeed;
  35. vmmc-supply = <&ab8500_ldo_aux2_reg>;
  36. status = "okay";
  37. };
  38. };
  39. };