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

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. *
  7. */
  8. fman@1a00000 {
  9. fman0_rx_0x0d: port@8d000 {
  10. cell-index = <0xd>;
  11. compatible = "fsl,fman-v3-port-rx";
  12. reg = <0x8d000 0x1000>;
  13. };
  14. fman0_tx_0x2d: port@ad000 {
  15. cell-index = <0x2d>;
  16. compatible = "fsl,fman-v3-port-tx";
  17. reg = <0xad000 0x1000>;
  18. };
  19. ethernet@ea000 {
  20. cell-index = <5>;
  21. compatible = "fsl,fman-memac";
  22. reg = <0xea000 0x1000>;
  23. fsl,fman-ports = <&fman0_rx_0x0d &fman0_tx_0x2d>;
  24. ptp-timer = <&ptp_timer0>;
  25. pcsphy-handle = <&pcsphy5>;
  26. };
  27. mdio@eb000 {
  28. #address-cells = <1>;
  29. #size-cells = <0>;
  30. compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
  31. reg = <0xeb000 0x1000>;
  32. pcsphy5: ethernet-phy@0 {
  33. reg = <0x0>;
  34. };
  35. };
  36. };