pq3-etsec2-0.dtsi 745 B

1234567891011121314151617181920212223242526272829303132333435
  1. // SPDX-License-Identifier: GPL-2.0+ OR X11
  2. /*
  3. * PQ3 eTSEC2 device tree stub [ @ offsets 0x24000/0xb0000 ]
  4. *
  5. * Copyright 2011 Freescale Semiconductor Inc.
  6. * Copyright 2020 NXP
  7. */
  8. mdio@24000 {
  9. #address-cells = <1>;
  10. #size-cells = <0>;
  11. compatible = "fsl,etsec2-mdio";
  12. reg = <0x24000 0x1000 0xb0030 0x4>;
  13. };
  14. ethernet@b0000 {
  15. #address-cells = <1>;
  16. #size-cells = <1>;
  17. device_type = "network";
  18. model = "eTSEC";
  19. compatible = "fsl,etsec2";
  20. reg = <0xb0000 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@b0000 {
  27. #address-cells = <1>;
  28. #size-cells = <1>;
  29. reg = <0xb0000 0x1000>;
  30. interrupts = <29 2 0 0 30 2 0 0 34 2 0 0>;
  31. };
  32. };