sun7i-a20-olinuxino-micro.dts 714 B

12345678910111213141516171819202122232425262728293031323334
  1. /*
  2. * Copyright 2013 Maxime Ripard
  3. *
  4. * Maxime Ripard <maxime.ripard@free-electrons.com>
  5. *
  6. * The code contained herein is licensed under the GNU General Public
  7. * License. You may obtain a copy of the GNU General Public License
  8. * Version 2 or later at the following locations:
  9. *
  10. * http://www.opensource.org/licenses/gpl-license.html
  11. * http://www.gnu.org/copyleft/gpl.html
  12. */
  13. /dts-v1/;
  14. /include/ "sun7i-a20.dtsi"
  15. / {
  16. model = "Olimex A20-Olinuxino Micro";
  17. compatible = "olimex,a20-olinuxino-micro", "allwinner,sun7i-a20";
  18. soc@01c00000 {
  19. uart0: serial@01c28000 {
  20. status = "okay";
  21. };
  22. uart6: serial@01c29800 {
  23. status = "okay";
  24. };
  25. uart7: serial@01c29c00 {
  26. status = "okay";
  27. };
  28. };
  29. };