mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
3395184825
nvmem-layout allows removal Signed-off-by: Rosen Penev <rosenp@gmail.com>
18 lines
268 B
Plaintext
18 lines
268 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "mt7621_asiarf_ap7621.dtsi"
|
|
|
|
/ {
|
|
compatible = "asiarf,ap7621-001", "mediatek,mt7621-soc";
|
|
model = "AsiaRF AP7621-001";
|
|
};
|
|
|
|
&switch0 {
|
|
ports {
|
|
port@0 {
|
|
status = "okay";
|
|
label = "lan";
|
|
};
|
|
};
|
|
};
|