mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
3395184825
nvmem-layout allows removal Signed-off-by: Rosen Penev <rosenp@gmail.com>
23 lines
325 B
Plaintext
23 lines
325 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "mt7621_asiarf_ap7621.dtsi"
|
|
|
|
/ {
|
|
compatible = "asiarf,ap7621-nv1", "mediatek,mt7621-soc";
|
|
model = "AsiaRF AP7621-NV1";
|
|
};
|
|
|
|
&switch0 {
|
|
ports {
|
|
port@2 {
|
|
status = "okay";
|
|
label = "lan1";
|
|
};
|
|
|
|
port@3 {
|
|
status = "okay";
|
|
label = "lan2";
|
|
};
|
|
};
|
|
};
|