sun5i-a13-forfun-q88db.dts 471 B

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