sun7i-a20-olinuxino-micro.dts 900 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. pinctrl-names = "default";
  21. pinctrl-0 = <&uart0_pins_a>;
  22. status = "okay";
  23. };
  24. uart6: serial@01c29800 {
  25. pinctrl-names = "default";
  26. pinctrl-0 = <&uart6_pins_a>;
  27. status = "okay";
  28. };
  29. uart7: serial@01c29c00 {
  30. pinctrl-names = "default";
  31. pinctrl-0 = <&uart7_pins_a>;
  32. status = "okay";
  33. };
  34. };
  35. };