sun5i-a13-inet-86vs.dts 462 B

1234567891011121314151617181920212223242526272829
  1. /*
  2. * Copyright 2015 Hans de Goede <hdegoede@redhat.com>
  3. *
  4. * Minimal dts file for the iNet 86VS 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 = "iNet 86VS";
  12. compatible = "inet,86vs", "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. };