qoriq-fman3-0-1g-5.dtsi 873 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
  2. /*
  3. * QorIQ FMan v3 1g port #5 device tree
  4. *
  5. * Copyright 2012-2015 Freescale Semiconductor Inc.
  6. * Copyright 2020 NXP
  7. *
  8. */
  9. fman@1a00000 {
  10. fman0_rx_0x0d: port@8d000 {
  11. cell-index = <0xd>;
  12. compatible = "fsl,fman-v3-port-rx";
  13. reg = <0x8d000 0x1000>;
  14. };
  15. fman0_tx_0x2d: port@ad000 {
  16. cell-index = <0x2d>;
  17. compatible = "fsl,fman-v3-port-tx";
  18. reg = <0xad000 0x1000>;
  19. };
  20. ethernet@ea000 {
  21. cell-index = <5>;
  22. compatible = "fsl,fman-memac";
  23. reg = <0xea000 0x1000>;
  24. fsl,fman-ports = <&fman0_rx_0x0d &fman0_tx_0x2d>;
  25. ptp-timer = <&ptp_timer0>;
  26. pcsphy-handle = <&pcsphy5>;
  27. status = "disabled";
  28. };
  29. mdio@eb000 {
  30. #address-cells = <1>;
  31. #size-cells = <0>;
  32. compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
  33. reg = <0xeb000 0x1000>;
  34. pcsphy5: ethernet-phy@0 {
  35. reg = <0x0>;
  36. };
  37. };
  38. };