sun7i-a20-m5.dts 748 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /*
  2. * Copyright 2015 Hans de Goede <hdegoede@redhat.com>
  3. *
  4. * Minimal dts file for the Mele M5 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 = "Mele M5";
  12. compatible = "mele,m5", "allwinner,sun7i-a20";
  13. aliases {
  14. serial0 = &uart0;
  15. };
  16. chosen {
  17. stdout-path = "serial0:115200n8";
  18. };
  19. };
  20. &ehci0 {
  21. status = "okay";
  22. };
  23. &ehci1 {
  24. status = "okay";
  25. };
  26. &gmac {
  27. pinctrl-names = "default";
  28. pinctrl-0 = <&gmac_pins_mii_a>;
  29. phy = <&phy1>;
  30. phy-mode = "mii";
  31. status = "okay";
  32. phy1: ethernet-phy@1 {
  33. reg = <1>;
  34. };
  35. };
  36. &ohci0 {
  37. status = "okay";
  38. };
  39. &ohci1 {
  40. status = "okay";
  41. };
  42. &uart0 {
  43. pinctrl-names = "default";
  44. pinctrl-0 = <&uart0_pins_a>;
  45. status = "okay";
  46. };