qoriq-fman3-1-1g-2.dtsi 944 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
  2. /*
  3. * QorIQ FMan v3 1g port #2 device tree stub [ controller @ offset 0x500000 ]
  4. *
  5. * Copyright 2012 - 2015 Freescale Semiconductor Inc.
  6. * Copyright 2020 NXP
  7. *
  8. */
  9. fman@500000 {
  10. fman1_rx_0x0a: port@8a000 {
  11. cell-index = <0xa>;
  12. compatible = "fsl,fman-v3-port-rx";
  13. reg = <0x8a000 0x1000>;
  14. };
  15. fman1_tx_0x2a: port@aa000 {
  16. cell-index = <0x2a>;
  17. compatible = "fsl,fman-v3-port-tx";
  18. reg = <0xaa000 0x1000>;
  19. };
  20. ethernet@e4000 {
  21. cell-index = <2>;
  22. compatible = "fsl,fman-memac";
  23. reg = <0xe4000 0x1000>;
  24. fsl,fman-ports = <&fman1_rx_0x0a &fman1_tx_0x2a>;
  25. ptp-timer = <&ptp_timer1>;
  26. pcsphy-handle = <&pcsphy10>;
  27. };
  28. mdio@e5000 {
  29. #address-cells = <1>;
  30. #size-cells = <0>;
  31. compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
  32. reg = <0xe5000 0x1000>;
  33. fsl,erratum-a011043; /* must ignore read errors */
  34. pcsphy10: ethernet-phy@0 {
  35. reg = <0x0>;
  36. };
  37. };
  38. };