2
0

ipq6018-eap620-hd-v3.dts 911 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2. /dts-v1/;
  3. #include "ipq6018-tplink-eap6xx-outdoor.dtsi"
  4. / {
  5. model = "TP-Link EAP620HD v3";
  6. compatible = "tplink,eap620-hd-v3", "qcom,ipq6018";
  7. /* Delete EAP6xx outdoor leds node to redefine it. */
  8. /delete-node/ leds;
  9. aliases {
  10. led-boot = &led_status_blue;
  11. led-failsafe = &led_status_blue;
  12. led-running = &led_status_blue;
  13. led-upgrade = &led_status_blue;
  14. };
  15. leds {
  16. compatible = "gpio-leds";
  17. led_status_blue: status-blue {
  18. function = LED_FUNCTION_STATUS;
  19. gpios = <&tlmm 35 GPIO_ACTIVE_HIGH>;
  20. color = <LED_COLOR_ID_BLUE>;
  21. };
  22. };
  23. };
  24. &mdio {
  25. rtl8211f_4: ethernet-phy@4 {
  26. reg = <4>;
  27. compatible = "ethernet-phy-ieee802.3-c22";
  28. };
  29. };
  30. &tlmm {
  31. gpio-reserved-ranges = <20 1>;
  32. };
  33. &switch {
  34. switch_mac_mode1 = <MAC_MODE_SGMII_PLUS>;
  35. };
  36. &wifi {
  37. qcom,ath11k-calibration-variant = "TP-Link-EAP620-HD-v3";
  38. status = "okay";
  39. };