Commit bd8f5273 authored by Huifeng Zhang's avatar Huifeng Zhang Committed by Carles Cufi
Browse files

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: default avatarHuifeng Zhang <Huifeng.Zhang@arm.com>
parent 5d90e758
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
************
+8 −0
Original line number Diff line number Diff line
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
+11 −0
Original line number Diff line number Diff line
&eth {
	status = "okay";
};

&phy {
	status = "okay";
};

&mdio {
	status = "okay";
};