ar7161_ubnt_routerstation.dts 372 B

123456789101112131415161718192021222324252627
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. /dts-v1/;
  3. #include "ar7161_ubnt_routerstation.dtsi"
  4. / {
  5. compatible = "ubnt,routerstation", "qca,ar7161";
  6. model = "Ubiquiti Networks RouterStation";
  7. };
  8. &eth0 {
  9. phy-mode = "mii";
  10. fixed-link {
  11. speed = <100>;
  12. full-duplex;
  13. };
  14. };
  15. &eth1 {
  16. phy-mode = "rmii";
  17. fixed-link {
  18. speed = <100>;
  19. full-duplex;
  20. };
  21. };