mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
22 lines
389 B
Plaintext
22 lines
389 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "mt7628an_glinet_vixmini_microuter.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "glinet,microuter-n300", "mediatek,mt7628an-soc";
|
||
|
model = "GL.iNet microuter-N300";
|
||
|
};
|
||
|
|
||
|
&led_power_blue {
|
||
|
label = "microuter-n300:blue:power";
|
||
|
};
|
||
|
|
||
|
&led_wlan_white {
|
||
|
label = "microuter-n300:white:wlan";
|
||
|
};
|
||
|
|
||
|
&firmware_part {
|
||
|
reg = <0x50000 0xfb0000>;
|
||
|
};
|