ramips: move dts-v1 statement to top-level DTSI files
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / mt7621_asiarf_ap7621-nv1.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "mt7621_asiarf_ap7621.dtsi"
4
5 / {
6 compatible = "asiarf,ap7621-nv1", "mediatek,mt7621-soc";
7 model = "AsiaRF AP7621-NV1";
8 };
9
10 &switch0 {
11 ports {
12 port@0 {
13 status = "okay";
14 label = "wan";
15 mtd-mac-address = <&factory 0xe000>;
16 mtd-mac-address-increment = <1>;
17 };
18
19 port@2 {
20 status = "okay";
21 label = "lan1";
22 };
23
24 port@3 {
25 status = "okay";
26 label = "lan2";
27 };
28 };
29 };