samples: zperf: enable it on the fvp_base_revc_2xaemv8a board

Add config file and devicetree overlay for the fvp_base_revc_2xaemv8a
board, so that this sample can run on this board.

Signed-off-by: Huifeng Zhang <Huifeng.Zhang@arm.com>
This commit is contained in:
Huifeng Zhang 2023-02-09 18:53:25 +08:00 committed by Carles Cufí
parent bd8f527368
commit dcd2778525
3 changed files with 22 additions and 0 deletions

View file

@ -33,6 +33,7 @@ This sample application has been tested on the following platforms:
- Freedom Board (FRDM K64F)
- QEMU x86
- Arm FVP BaseR AEMv8-R
- ARM BASE RevC AEMv8A Fixed Virtual Platforms
Requirements
************

View file

@ -0,0 +1,10 @@
CONFIG_NET_DHCPV4=y
CONFIG_MDIO=y
CONFIG_MDIO_SHELL=n
CONFIG_NET_IPV6=n
CONFIG_NET_CONFIG_MY_IPV4_ADDR=""
CONFIG_NET_CONFIG_PEER_IPV4_ADDR=""
CONFIG_MDIO_INIT_PRIORITY=81
CONFIG_PHY_INIT_PRIORITY=82
CONFIG_NET_BUF_RX_COUNT=56
CONFIG_NET_BUF_TX_COUNT=56

View file

@ -0,0 +1,11 @@
&eth {
status = "okay";
};
&phy {
status = "okay";
};
&mdio {
status = "okay";
};