Skip to content

Commit 47e43df

Browse files
committed
samples: net: dsa: add imx943_evk_mimx94398_m33_ddr board support
Added imx943_evk_mimx94398_m33_ddr board support. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
1 parent c004793 commit 47e43df

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_NET_SAMPLE_DSA_LLDP=n
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
/*
2+
* Copyright 2025 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&emdio {
8+
status = "okay";
9+
10+
phy0: phy@2 {
11+
status = "okay";
12+
};
13+
14+
phy1: phy@3 {
15+
status = "okay";
16+
};
17+
};
18+
19+
/* Internal port */
20+
&enetc_psi3 {
21+
status = "okay";
22+
};
23+
24+
&netc_switch {
25+
status = "okay";
26+
27+
switch_port0: switch_port@0 {
28+
status = "okay";
29+
};
30+
31+
switch_port1: switch_port@1 {
32+
status = "okay";
33+
};
34+
35+
/* Internal port */
36+
switch_port3: switch_port@3 {
37+
status = "okay";
38+
};
39+
};

samples/net/dsa/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ tests:
1313
- ip_k66f
1414
- mimxrt1180_evk/mimxrt1189/cm33
1515
- mimxrt1180_evk/mimxrt1189/cm7
16+
- imx943_evk/mimx94398/m33/ddr
1617
depends_on: eth

0 commit comments

Comments
 (0)