qca9563_ubnt_unifiac-lite.dtsi 290 B

1234567891011121314151617181920
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. #include "qca9563_ubnt_unifiac.dtsi"
  3. &mdio0 {
  4. status = "okay";
  5. phy-mask = <4>;
  6. phy4: ethernet-phy@4 {
  7. phy-mode = "sgmii";
  8. reg = <4>;
  9. };
  10. };
  11. &eth0 {
  12. status = "okay";
  13. mtd-mac-address = <&eeprom 0x0>;
  14. phy-handle = <&phy4>;
  15. };