sun5i-a13.dtsi 1013 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. pio: pinctrl@01c20800 {
  20. compatible = "allwinner,sun5i-a13-pinctrl";
  21. reg = <0x01c20800 0x400>;
  22. clocks = <&apb0_gates 5>;
  23. gpio-controller;
  24. #address-cells = <1>;
  25. #size-cells = <0>;
  26. #gpio-cells = <3>;
  27. uart1_pins_a: uart1@0 {
  28. allwinner,pins = "PE10", "PE11";
  29. allwinner,function = "uart1";
  30. allwinner,drive = <0>;
  31. allwinner,pull = <0>;
  32. };
  33. uart1_pins_b: uart1@1 {
  34. allwinner,pins = "PG3", "PG4";
  35. allwinner,function = "uart1";
  36. allwinner,drive = <0>;
  37. allwinner,pull = <0>;
  38. };
  39. };
  40. };
  41. };