openwrt/target/linux/ramips/dts/mt7621_elecom_wsc-x1800gs.dts

34 lines
576 B
Plaintext
Raw Normal View History

2024-09-10 14:47:52 +00:00
// 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";
};
};