qoriq-fman3-0-10g-0.dtsi 890 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
  2. /*
  3. * QorIQ FMan v3 10g port #0 device tree
  4. *
  5. * Copyright 2012-2015 Freescale Semiconductor Inc.
  6. * Copyright 2020 NXP
  7. *
  8. */
  9. fman@1a00000 {
  10. fman0_rx_0x10: port@90000 {
  11. cell-index = <0x10>;
  12. compatible = "fsl,fman-v3-port-rx";
  13. reg = <0x90000 0x1000>;
  14. fsl,fman-10g-port;
  15. };
  16. fman0_tx_0x30: port@b0000 {
  17. cell-index = <0x30>;
  18. compatible = "fsl,fman-v3-port-tx";
  19. reg = <0xb0000 0x1000>;
  20. fsl,fman-10g-port;
  21. };
  22. ethernet@f0000 {
  23. cell-index = <0x8>;
  24. compatible = "fsl,fman-memac";
  25. reg = <0xf0000 0x1000>;
  26. fsl,fman-ports = <&fman0_rx_0x10 &fman0_tx_0x30>;
  27. pcsphy-handle = <&pcsphy6>;
  28. status = "disabled";
  29. };
  30. mdio@f1000 {
  31. #address-cells = <1>;
  32. #size-cells = <0>;
  33. compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
  34. reg = <0xf1000 0x1000>;
  35. pcsphy6: ethernet-phy@0 {
  36. reg = <0x0>;
  37. };
  38. };
  39. };