pq3-etsec2-1.dtsi 744 B

1234567891011121314151617181920212223242526272829303132333435
  1. // SPDX-License-Identifier: GPL-2.0+ OR X11
  2. /*
  3. * PQ3 eTSEC2 device tree stub [ @ offsets 0x25000/0xb1000 ]
  4. *
  5. * Copyright 2011 Freescale Semiconductor Inc.
  6. * Copyright 2020 NXP
  7. */
  8. mdio@25000 {
  9. #address-cells = <1>;
  10. #size-cells = <0>;
  11. compatible = "fsl,etsec2-tbi";
  12. reg = <0x25000 0x1000 0xb1030 0x4>;
  13. };
  14. ethernet@b1000 {
  15. #address-cells = <1>;
  16. #size-cells = <1>;
  17. device_type = "network";
  18. model = "eTSEC";
  19. compatible = "fsl,etsec2";
  20. reg = <0xb1000 0x1000>;
  21. fsl,num_rx_queues = <0x8>;
  22. fsl,num_tx_queues = <0x8>;
  23. fsl,magic-packet;
  24. local-mac-address = [ 00 00 00 00 00 00 ];
  25. ranges;
  26. queue-group@b1000 {
  27. #address-cells = <1>;
  28. #size-cells = <1>;
  29. reg = <0xb1000 0x1000>;
  30. interrupts = <35 2 0 0 36 2 0 0 40 2 0 0>;
  31. };
  32. };