4456dd4660
The Unifi AC Mesh is equivalent to the Unifi AC Lite. However, for setting certain parameters with the flashed device it is helpful that the devices know their variant (e.g. automatically setting antenna gain for the different antennas in Lite and Mesh). Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
20 lines
290 B
Text
20 lines
290 B
Text
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "qca9563_ubnt_unifiac.dtsi"
|
|
|
|
&mdio0 {
|
|
status = "okay";
|
|
|
|
phy-mask = <4>;
|
|
phy4: ethernet-phy@4 {
|
|
phy-mode = "sgmii";
|
|
reg = <4>;
|
|
};
|
|
};
|
|
|
|
ð0 {
|
|
status = "okay";
|
|
|
|
mtd-mac-address = <&eeprom 0x0>;
|
|
phy-handle = <&phy4>;
|
|
};
|