Skip to content

Commit ba6f52a

Browse files
JiafeiPanhenrikbrixandersen
authored andcommitted
samples: dsa: add imx943_evk A55 SMP support
Add SMP board variant support for imx943_evk A55 platform Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
1 parent 6d64ee1 commit ba6f52a

2 files changed

Lines changed: 41 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CONFIG_NET_SAMPLE_DSA_LLDP=n
2+
CONFIG_HEAP_MEM_POOL_SIZE=851968
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+
};

0 commit comments

Comments
 (0)