fsl-lx2160a-bluebox3-rev-a.dts 694 B

12345678910111213141516171819202122232425262728293031323334
  1. // SPDX-License-Identifier: (GPL-2.0 OR MIT)
  2. //
  3. // Device Tree file for LX2160A BLUEBOX3
  4. //
  5. // Copyright 2020-2021 NXP
  6. /dts-v1/;
  7. #include "fsl-lx2160a-bluebox3.dts"
  8. / {
  9. compatible = "fsl,lx2160a-bluebox3-rev-a", "fsl,lx2160a";
  10. };
  11. /* The RGMII PHYs have a different MDIO address */
  12. &emdio1 {
  13. /delete-node/ ethernet-phy@5;
  14. sw1_mii3_phy: ethernet-phy@1 {
  15. /* AR8035 */
  16. compatible = "ethernet-phy-id004d.d072";
  17. reg = <0x1>;
  18. interrupts-extended = <&extirq 6 IRQ_TYPE_LEVEL_LOW>;
  19. };
  20. /delete-node/ ethernet-phy@6;
  21. sw2_mii3_phy: ethernet-phy@2 {
  22. /* AR8035 */
  23. compatible = "ethernet-phy-id004d.d072";
  24. reg = <0x2>;
  25. interrupts-extended = <&extirq 7 IRQ_TYPE_LEVEL_LOW>;
  26. };
  27. };