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

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: default avatarHuifeng Zhang <Huifeng.Zhang@arm.com>
parent c26c5b1f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+6 −0
Original line number Diff line number Diff line
CONFIG_NET_L2_ETHERNET=y
CONFIG_MDIO=y
CONFIG_MDIO_SHELL=n

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";
};