ath79: create common DTSI for Senao ar934x APs
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9558_ubnt_powerbeam-5ac-500.dts
1 // SPDX-License-Identifier: GPL-2.0-only
2
3 #include "qca955x_ubnt_xc.dtsi"
4
5 / {
6 compatible = "ubnt,powerbeam-5ac-500", "ubnt,xc", "qca,qca9558";
7 model = "Ubiquiti PowerBeam 5AC 500";
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 phy-mask = <4>;
25 phy4: ethernet-phy@4 {
26 phy-mode = "sgmii";
27 reg = <4>;
28 at803x-override-sgmii-link-check;
29 };
30 };
31
32 &eth0 {
33 status = "okay";
34
35 mtd-mac-address = <&art 0x0>;
36 phy-mode = "sgmii";
37 phy-handle = <&phy4>;
38 };