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

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
  2. /*
  3. * QorIQ FMan v3 1g port #2 device tree
  4. *
  5. * Copyright 2012-2015 Freescale Semiconductor Inc.
  6. *
  7. */
  8. fman@1a00000 {
  9. fman0_rx_0x0a: port@8a000 {
  10. cell-index = <0xa>;
  11. compatible = "fsl,fman-v3-port-rx";
  12. reg = <0x8a000 0x1000>;
  13. };
  14. fman0_tx_0x2a: port@aa000 {
  15. cell-index = <0x2a>;
  16. compatible = "fsl,fman-v3-port-tx";
  17. reg = <0xaa000 0x1000>;
  18. };
  19. ethernet@e4000 {
  20. cell-index = <2>;
  21. compatible = "fsl,fman-memac";
  22. reg = <0xe4000 0x1000>;
  23. fsl,fman-ports = <&fman0_rx_0x0a &fman0_tx_0x2a>;
  24. ptp-timer = <&ptp_timer0>;
  25. pcsphy-handle = <&pcsphy2>;
  26. };
  27. mdio@e5000 {
  28. #address-cells = <1>;
  29. #size-cells = <0>;
  30. compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
  31. reg = <0xe5000 0x1000>;
  32. pcsphy2: ethernet-phy@0 {
  33. reg = <0x0>;
  34. };
  35. };
  36. };