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

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
  2. /*
  3. * QorIQ FMan 1g port #0 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_0x08: port@88000 {
  11. cell-index = <0x8>;
  12. compatible = "fsl,fman-v2-port-rx";
  13. reg = <0x88000 0x1000>;
  14. };
  15. fman0_tx_0x28: port@a8000 {
  16. cell-index = <0x28>;
  17. compatible = "fsl,fman-v2-port-tx";
  18. reg = <0xa8000 0x1000>;
  19. };
  20. ethernet@e0000 {
  21. cell-index = <0>;
  22. compatible = "fsl,fman-dtsec";
  23. reg = <0xe0000 0x1000>;
  24. fsl,fman-ports = <&fman0_rx_0x08 &fman0_tx_0x28>;
  25. tbi-handle = <&tbi0>;
  26. ptp-timer = <&ptp_timer0>;
  27. };
  28. mdio0: mdio@e1120 {
  29. #address-cells = <1>;
  30. #size-cells = <0>;
  31. compatible = "fsl,fman-mdio";
  32. reg = <0xe1120 0xee0>;
  33. interrupts = <100 2 0 0>;
  34. tbi0: tbi-phy@8 {
  35. reg = <0x8>;
  36. device_type = "tbi-phy";
  37. };
  38. };
  39. };