artpec6-devboard.dts 873 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. // Axis ARTPEC-6 development board.
  3. /dts-v1/;
  4. #include "artpec6.dtsi"
  5. / {
  6. model = "ARTPEC-6 development board";
  7. compatible = "axis,artpec6-dev-board", "axis,artpec6";
  8. aliases {
  9. serial0 = &uart0;
  10. serial1 = &uart1;
  11. serial2 = &uart2;
  12. serial3 = &uart3;
  13. };
  14. chosen {
  15. stdout-path = "serial3:115200n8";
  16. };
  17. memory {
  18. device_type = "memory";
  19. reg = <0x0 0x40000000>;
  20. };
  21. };
  22. &uart0 {
  23. status = "okay";
  24. };
  25. &uart1 {
  26. status = "okay";
  27. };
  28. &uart2 {
  29. status = "okay";
  30. };
  31. &uart3 {
  32. status = "okay";
  33. };
  34. &pcie {
  35. status = "okay";
  36. };
  37. &ethernet {
  38. status = "okay";
  39. phy-handle = <&phy1>;
  40. phy-mode = "gmii";
  41. mdio {
  42. #address-cells = <0x1>;
  43. #size-cells = <0x0>;
  44. compatible = "snps,dwmac-mdio";
  45. phy1: phy@0 {
  46. compatible = "ethernet-phy-ieee802.3-c22";
  47. device_type = "ethernet-phy";
  48. reg = <0x0>;
  49. };
  50. };
  51. };