mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
21 lines
355 B
Plaintext
21 lines
355 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||
|
|
||
|
#include "mt7620a_asus_rt-ac5x.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "asus,rt-ac54u", "ralink,mt7620a-soc";
|
||
|
model = "Asus RT-AC54U";
|
||
|
};
|
||
|
|
||
|
&pcie0 {
|
||
|
wifi@0,0 {
|
||
|
reg = <0x0000 0 0 0 0>;
|
||
|
mediatek,mtd-eeprom = <&factory 0x8000>;
|
||
|
ieee80211-freq-limit = <5000000 6000000>;
|
||
|
|
||
|
led {
|
||
|
led-sources = <2>;
|
||
|
};
|
||
|
};
|
||
|
};
|