samples: dhcpv4_client: 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 17:09:14 +08:00 committed by Carles Cufí
parent c26c5b1f42
commit 5d90e7589c
3 changed files with 18 additions and 0 deletions

View File

@ -151,6 +151,7 @@ Arm FVP
========
* :ref:`fvp_baser_aemv8r`
* :ref:`fvp_base_revc_2xaemv8a`
This sample application running on Arm FVP board can negotiate IP
address from DHCPv4 server running on Arm FVP, so there is no extra

View File

@ -0,0 +1,6 @@
CONFIG_NET_L2_ETHERNET=y
CONFIG_MDIO=y
CONFIG_MDIO_SHELL=n
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";
};