hostapd: Fix compile against mbedtsl 3.6
[openwrt/staging/nbd.git] / target / linux / ramips / dts / mt7621_linksys_ea6350-v4.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "mt7621_linksys_ea7xxx.dtsi"
4
5 / {
6 compatible = "linksys,ea6350-v4", "mediatek,mt7621-soc";
7 model = "Linksys EA6350 v4";
8 };
9
10 /* override EEPROM size to 0x400 for MT7603 */
11 &eeprom_factory_0 {
12 reg = <0x0 0x400>;
13 };
14
15 &gmac1 {
16 phy-handle = <&ethphy4>;
17 };
18
19 &mdio {
20 ethernet-phy@0 {
21 status = "disabled";
22 };
23
24 ethphy4: ethernet-phy@4 {
25 reg = <4>;
26 };
27 };
28
29 &switch0 {
30 ports {
31 port@0 {
32 status = "okay";
33 label = "lan1";
34 };
35
36 port@1 {
37 status = "okay";
38 label = "lan2";
39 };
40
41 port@2 {
42 status = "okay";
43 label = "lan3";
44 };
45
46 port@3 {
47 status = "okay";
48 label = "lan4";
49 };
50
51 port@4 {
52 status = "disabled";
53 };
54 };
55 };