qoriq-fman-0-1g-1.dtsi 875 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
  2. /*
  3. * QorIQ FMan 1g port #1 device tree stub [ controller @ offset 0x400000 ]
  4. *
  5. * Copyright 2011 - 2015 Freescale Semiconductor Inc.
  6. * Copyright 2020 NXP
  7. *
  8. */
  9. fman@400000 {
  10. fman0_rx_0x09: port@89000 {
  11. cell-index = <0x9>;
  12. compatible = "fsl,fman-v2-port-rx";
  13. reg = <0x89000 0x1000>;
  14. };
  15. fman0_tx_0x29: port@a9000 {
  16. cell-index = <0x29>;
  17. compatible = "fsl,fman-v2-port-tx";
  18. reg = <0xa9000 0x1000>;
  19. };
  20. ethernet@e2000 {
  21. cell-index = <1>;
  22. compatible = "fsl,fman-dtsec";
  23. reg = <0xe2000 0x1000>;
  24. fsl,fman-ports = <&fman0_rx_0x09 &fman0_tx_0x29>;
  25. tbi-handle = <&tbi1>;
  26. ptp-timer = <&ptp_timer0>;
  27. };
  28. mdio@e3120 {
  29. #address-cells = <1>;
  30. #size-cells = <0>;
  31. compatible = "fsl,fman-mdio";
  32. reg = <0xe3120 0xee0>;
  33. tbi1: tbi-phy@8 {
  34. reg = <0x8>;
  35. device_type = "tbi-phy";
  36. };
  37. };
  38. };