ath79: drop and consolidate redundant chosen/bootargs
[oweals/openwrt.git] / target / linux / ath79 / dts / qca9558_ubnt_powerbeam-5ac-500.dts
1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
3
4 #include "qca955x_ubnt_xc.dtsi"
5
6 / {
7         compatible = "ubnt,powerbeam-5ac-500", "ubnt,xc", "qca,qca9558";
8         model = "Ubiquiti PowerBeam 5AC 500";
9
10         keys {
11                 compatible = "gpio-keys";
12
13                 reset {
14                         label = "Reset button";
15                         linux,code = <KEY_RESTART>;
16                         gpios = <&gpio 19 GPIO_ACTIVE_LOW>;
17                         debounce-interval = <60>;
18                 };
19         };
20 };
21
22 &mdio0 {
23         status = "okay";
24
25         phy-mask = <4>;
26         phy4: ethernet-phy@4 {
27                 phy-mode = "sgmii";
28                 reg = <4>;
29                 at803x-override-sgmii-link-check;
30         };
31 };
32
33 &eth0 {
34         status = "okay";
35
36         mtd-mac-address = <&art 0x0>;
37         phy-mode = "sgmii";
38         phy-handle = <&phy4>;
39 };