sun5i-a13.dtsi 937 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /*
  2. * Copyright 2012 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. /include/ "sunxi.dtsi"
  14. / {
  15. memory {
  16. reg = <0x40000000 0x20000000>;
  17. };
  18. soc {
  19. pinctrl@01c20800 {
  20. compatible = "allwinner,sun5i-a13-pinctrl";
  21. reg = <0x01c20800 0x400>;
  22. #address-cells = <1>;
  23. #size-cells = <0>;
  24. uart1_pins_a: uart1@0 {
  25. allwinner,pins = "PE10", "PE11";
  26. allwinner,function = "uart1";
  27. allwinner,drive = <0>;
  28. allwinner,pull = <0>;
  29. };
  30. uart1_pins_b: uart1@1 {
  31. allwinner,pins = "PG3", "PG4";
  32. allwinner,function = "uart1";
  33. allwinner,drive = <0>;
  34. allwinner,pull = <0>;
  35. };
  36. };
  37. };
  38. };