qoriq-fman-1-10g-0.dtsi 757 B

123456789101112131415161718192021222324252627282930313233343536
  1. // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
  2. /*
  3. * QorIQ FMan 10g port #0 device tree stub [ controller @ offset 0x500000 ]
  4. *
  5. * Copyright 2011 - 2015 Freescale Semiconductor Inc.
  6. * Copyright 2020 NXP
  7. *
  8. */
  9. fman@500000 {
  10. fman1_rx_0x10: port@90000 {
  11. cell-index = <0x10>;
  12. compatible = "fsl,fman-v2-port-rx";
  13. reg = <0x90000 0x1000>;
  14. };
  15. fman1_tx_0x30: port@b0000 {
  16. cell-index = <0x30>;
  17. compatible = "fsl,fman-v2-port-tx";
  18. reg = <0xb0000 0x1000>;
  19. };
  20. ethernet@f0000 {
  21. cell-index = <0x8>;
  22. compatible = "fsl,fman-xgec";
  23. reg = <0xf0000 0x1000>;
  24. fsl,fman-ports = <&fman1_rx_0x10 &fman1_tx_0x30>;
  25. };
  26. mdio@f1000 {
  27. #address-cells = <1>;
  28. #size-cells = <0>;
  29. compatible = "fsl,fman-xmdio";
  30. reg = <0xf1000 0x1000>;
  31. };
  32. };