sun5i-a13-ampe-a76.dts 452 B

12345678910111213141516171819202122232425262728
  1. // SPDX-License-Identifier: GPL-2.0+ OR X11
  2. /*
  3. * Copyright 2015 Hans de Goede <hdegoede@redhat.com>
  4. *
  5. * Minimal dts file for the Ampe A76 for u-boot only
  6. */
  7. /dts-v1/;
  8. #include "sun5i-a13.dtsi"
  9. / {
  10. model = "Ampe A76";
  11. compatible = "ampe,a76", "allwinner,sun5i-a13";
  12. aliases {
  13. serial0 = &uart1;
  14. };
  15. chosen {
  16. stdout-path = "serial0:115200n8";
  17. };
  18. };
  19. &uart1 {
  20. pinctrl-names = "default";
  21. pinctrl-0 = <&uart1_pins_b>;
  22. status = "okay";
  23. };