qoriq-fman3-0-10g-1.dtsi 959 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
  2. /*
  3. * QorIQ FMan v3 10g port #1 device tree stub [ controller @ offset 0x400000 ]
  4. *
  5. * Copyright 2012 - 2015 Freescale Semiconductor Inc.
  6. * Copyright 2020 NXP
  7. *
  8. */
  9. fman@400000 {
  10. fman0_rx_0x11: port@91000 {
  11. cell-index = <0x11>;
  12. compatible = "fsl,fman-v3-port-rx";
  13. reg = <0x91000 0x1000>;
  14. fsl,fman-10g-port;
  15. };
  16. fman0_tx_0x31: port@b1000 {
  17. cell-index = <0x31>;
  18. compatible = "fsl,fman-v3-port-tx";
  19. reg = <0xb1000 0x1000>;
  20. fsl,fman-10g-port;
  21. };
  22. ethernet@f2000 {
  23. cell-index = <0x9>;
  24. compatible = "fsl,fman-memac";
  25. reg = <0xf2000 0x1000>;
  26. fsl,fman-ports = <&fman0_rx_0x11 &fman0_tx_0x31>;
  27. pcsphy-handle = <&pcsphy7>;
  28. };
  29. mdio@f3000 {
  30. #address-cells = <1>;
  31. #size-cells = <0>;
  32. compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
  33. reg = <0xf3000 0x1000>;
  34. fsl,erratum-a011043; /* must ignore read errors */
  35. pcsphy7: ethernet-phy@0 {
  36. reg = <0x0>;
  37. };
  38. };
  39. };