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

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
  2. /*
  3. * QorIQ FMan v3 1g port #0 device tree
  4. *
  5. * Copyright 2012-2015 Freescale Semiconductor Inc.
  6. *
  7. */
  8. fman@1a00000 {
  9. fman0_rx_0x08: port@88000 {
  10. cell-index = <0x8>;
  11. compatible = "fsl,fman-v3-port-rx";
  12. reg = <0x88000 0x1000>;
  13. };
  14. fman0_tx_0x28: port@a8000 {
  15. cell-index = <0x28>;
  16. compatible = "fsl,fman-v3-port-tx";
  17. reg = <0xa8000 0x1000>;
  18. };
  19. ethernet@e0000 {
  20. cell-index = <0>;
  21. compatible = "fsl,fman-memac";
  22. reg = <0xe0000 0x1000>;
  23. fsl,fman-ports = <&fman0_rx_0x08 &fman0_tx_0x28>;
  24. ptp-timer = <&ptp_timer0>;
  25. pcsphy-handle = <&pcsphy0>;
  26. };
  27. mdio@e1000 {
  28. #address-cells = <1>;
  29. #size-cells = <0>;
  30. compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
  31. reg = <0xe1000 0x1000>;
  32. pcsphy0: ethernet-phy@0 {
  33. reg = <0x0>;
  34. };
  35. };
  36. };