blob: cd2536e179069f951c267141e2388aa0b9ce935c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
#include "mt7621_ampedwireless_ally.dtsi"
/ {
compatible = "ampedwireless,ally-r1900k", "mediatek,mt7621-soc";
model = "Amped Wireless ALLY-R1900K";
};
&switch0 {
ports {
port@1 {
status = "okay";
label = "wan";
};
port@2 {
status = "okay";
label = "lan1";
};
port@3 {
status = "okay";
label = "lan2";
};
port@4 {
status = "okay";
label = "lan3";
};
};
};
|