mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 17:18:59 +00:00
34 lines
576 B
Plaintext
34 lines
576 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||
|
|
||
|
#include "mt7621_elecom_wxc-x1800gsx.dtsi"
|
||
|
|
||
|
/ {
|
||
|
compatible = "elecom,wsc-x1800gs", "mediatek,mt7621-soc";
|
||
|
model = "ELECOM WSC-X1800GS";
|
||
|
|
||
|
aliases {
|
||
|
label-mac-device = &wifi_band1;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&state_default {
|
||
|
gpio {
|
||
|
groups = "uart3", "uart2", "jtag", "wdt";
|
||
|
function = "gpio";
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&wifi {
|
||
|
band@0 {
|
||
|
reg = <0>;
|
||
|
nvmem-cells = <&macaddr_factory_4 (-1)>;
|
||
|
nvmem-cell-names = "mac-address";
|
||
|
};
|
||
|
|
||
|
wifi_band1: band@1 {
|
||
|
reg = <1>;
|
||
|
nvmem-cells = <&macaddr_factory_4 0>;
|
||
|
nvmem-cell-names = "mac-address";
|
||
|
};
|
||
|
};
|