ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / ath79 / dts / qca9558_ubnt_rocket-5ac-lite.dts
1 // SPDX-License-Identifier: GPL-2.0-only
2
3 #include "qca955x_ubnt_xc.dtsi"
4
5 / {
6 compatible = "ubnt,rocket-5ac-lite", "ubnt,xc", "qca,qca9558";
7 model = "Ubiquiti Rocket 5AC Lite";
8
9 keys {
10 compatible = "gpio-keys";
11
12 reset {
13 label = "Reset button";
14 linux,code = <KEY_RESTART>;
15 gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
16 debounce-interval = <60>;
17 };
18 };
19 };
20
21 &mdio0 {
22 status = "okay";
23
24 phy4: ethernet-phy@4 {
25 phy-mode = "sgmii";
26 reg = <4>;
27 at803x-override-sgmii-link-check;
28 };
29 };
30
31 &eth0 {
32 status = "okay";
33
34 nvmem-cells = <&macaddr_art_0>;
35 nvmem-cell-names = "mac-address";
36 phy-mode = "sgmii";
37 phy-handle = <&phy4>;
38 };