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

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
  2. /*
  3. * QorIQ FMan v3 1g port #3 device tree
  4. *
  5. * Copyright 2012-2015 Freescale Semiconductor Inc.
  6. *
  7. */
  8. fman@1a00000 {
  9. fman0_rx_0x0b: port@8b000 {
  10. cell-index = <0xb>;
  11. compatible = "fsl,fman-v3-port-rx";
  12. reg = <0x8b000 0x1000>;
  13. };
  14. fman0_tx_0x2b: port@ab000 {
  15. cell-index = <0x2b>;
  16. compatible = "fsl,fman-v3-port-tx";
  17. reg = <0xab000 0x1000>;
  18. };
  19. ethernet@e6000 {
  20. cell-index = <3>;
  21. compatible = "fsl,fman-memac";
  22. reg = <0xe6000 0x1000>;
  23. fsl,fman-ports = <&fman0_rx_0x0b &fman0_tx_0x2b>;
  24. ptp-timer = <&ptp_timer0>;
  25. pcsphy-handle = <&pcsphy3>;
  26. };
  27. mdio@e7000 {
  28. #address-cells = <1>;
  29. #size-cells = <0>;
  30. compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
  31. reg = <0xe7000 0x1000>;
  32. pcsphy3: ethernet-phy@0 {
  33. reg = <0x0>;
  34. };
  35. };
  36. };