u9540.dts 661 B

12345678910111213141516171819202122232425262728293031323334353637
  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. };
  30. };