sun6i-a31-mixtile-loftq.dts 766 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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 Mixtile LOFT-Q for u-boot only
  6. */
  7. /dts-v1/;
  8. #include "sun6i-a31.dtsi"
  9. / {
  10. model = "Mixtile LOFT-Q";
  11. compatible = "mixtile,loft-q", "allwinner,sun6i-a31";
  12. aliases {
  13. serial0 = &uart0;
  14. };
  15. chosen {
  16. stdout-path = "serial0:115200n8";
  17. };
  18. };
  19. &ehci0 {
  20. status = "okay";
  21. };
  22. &ehci1 {
  23. status = "okay";
  24. };
  25. &gmac {
  26. pinctrl-names = "default";
  27. pinctrl-0 = <&gmac_pins_rgmii_a>;
  28. phy = <&phy1>;
  29. phy-mode = "rgmii";
  30. status = "okay";
  31. phy1: ethernet-phy@1 {
  32. reg = <1>;
  33. };
  34. };
  35. &ohci0 {
  36. status = "okay";
  37. };
  38. &ohci1 {
  39. status = "okay";
  40. };
  41. &uart0 {
  42. pinctrl-names = "default";
  43. pinctrl-0 = <&uart0_pins_a>;
  44. status = "okay";
  45. };