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

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. *
  7. */
  8. fman@1a00000 {
  9. fman0_rx_0x10: port@90000 {
  10. cell-index = <0x10>;
  11. compatible = "fsl,fman-v3-port-rx";
  12. reg = <0x90000 0x1000>;
  13. fsl,fman-10g-port;
  14. };
  15. fman0_tx_0x30: port@b0000 {
  16. cell-index = <0x30>;
  17. compatible = "fsl,fman-v3-port-tx";
  18. reg = <0xb0000 0x1000>;
  19. fsl,fman-10g-port;
  20. };
  21. ethernet@f0000 {
  22. cell-index = <0x8>;
  23. compatible = "fsl,fman-memac";
  24. reg = <0xf0000 0x1000>;
  25. fsl,fman-ports = <&fman0_rx_0x10 &fman0_tx_0x30>;
  26. pcsphy-handle = <&pcsphy6>;
  27. };
  28. mdio@f1000 {
  29. #address-cells = <1>;
  30. #size-cells = <0>;
  31. compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
  32. reg = <0xf1000 0x1000>;
  33. pcsphy6: ethernet-phy@0 {
  34. reg = <0x0>;
  35. };
  36. };
  37. };