Skip to content

Commit ff0ab71

Browse files
yangbolu1991kartben
authored andcommitted
samples: net: vlan: add imx943_evk_mimx94398_m33_ddr target support
Added imx943_evk_mimx94398_m33_ddr target support for vlan. Signed-off-by: Yangbo Lu <[email protected]>
1 parent 4d06ea1 commit ff0ab71

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_MAIN_STACK_SIZE=2048
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/*
2+
* Copyright 2025 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&emdio {
8+
status = "okay";
9+
10+
phy2: phy@5 {
11+
status = "okay";
12+
};
13+
};
14+
15+
&enetc_psi0 {
16+
status = "okay";
17+
};

0 commit comments

Comments
 (0)