sun7i-a20-yones-toptech-bd1078.dts 495 B

1234567891011121314151617181920212223242526272829
  1. /*
  2. * Copyright 2015 Hans de Goede <hdegoede@redhat.com>
  3. *
  4. * Minimal dts file for the Yones Toptech BD1078 for u-boot only
  5. *
  6. * SPDX-License-Identifier: GPL-2.0+ or X11
  7. */
  8. /dts-v1/;
  9. #include "sun7i-a20.dtsi"
  10. / {
  11. model = "Yones Toptech BD1078";
  12. compatible = "yones,toptech-bd1078", "allwinner,sun7i-a20";
  13. aliases {
  14. serial0 = &uart0;
  15. };
  16. chosen {
  17. stdout-path = "serial0:115200n8";
  18. };
  19. };
  20. &uart0 {
  21. pinctrl-names = "default";
  22. pinctrl-0 = <&uart0_pins_a>;
  23. status = "okay";
  24. };