samples: zperf: enable it on the fvp_baser_aemv8r board

Add config file and devicetree overlay for the fvp_baser_aemv8r 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:52:21 +08:00 committed by Carles Cufí
parent 5d90e7589c
commit bd8f527368
3 changed files with 20 additions and 0 deletions

View file

@ -32,6 +32,7 @@ This sample application has been tested on the following platforms:
- Freedom Board (FRDM K64F)
- QEMU x86
- Arm FVP BaseR AEMv8-R
Requirements
************

View file

@ -0,0 +1,8 @@
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

View file

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