sun4i-a10-inet-3w.dts 449 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 iNet 3W for u-boot only
  6. */
  7. /dts-v1/;
  8. #include "sun4i-a10.dtsi"
  9. / {
  10. model = "iNet 3W";
  11. compatible = "inet,3w", "allwinner,sun4i-a10";
  12. aliases {
  13. serial0 = &uart0;
  14. };
  15. chosen {
  16. stdout-path = "serial0:115200n8";
  17. };
  18. };
  19. &uart0 {
  20. pinctrl-names = "default";
  21. pinctrl-0 = <&uart0_pins_a>;
  22. status = "okay";
  23. };