pq3-etsec1-3.dtsi 612 B

12345678910111213141516171819202122232425262728
  1. // SPDX-License-Identifier: GPL-2.0+ OR X11
  2. /*
  3. * PQ3 eTSEC device tree stub [ @ offsets 0x27000 ]
  4. *
  5. * Copyright 2011-2012 Freescale Semiconductor Inc.
  6. * Copyright 2020 NXP
  7. */
  8. ethernet@27000 {
  9. #address-cells = <1>;
  10. #size-cells = <1>;
  11. cell-index = <3>;
  12. device_type = "network";
  13. model = "eTSEC";
  14. compatible = "gianfar";
  15. reg = <0x27000 0x1000>;
  16. ranges = <0x0 0x27000 0x1000>;
  17. fsl,magic-packet;
  18. local-mac-address = [ 00 00 00 00 00 00 ];
  19. interrupts = <37 2 0 0 38 2 0 0 39 2 0 0>;
  20. };
  21. mdio@27520 {
  22. #address-cells = <1>;
  23. #size-cells = <0>;
  24. compatible = "fsl,gianfar-tbi";
  25. reg = <0x27520 0x20>;
  26. };