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:
parent
c26c5b1f42
commit
5d90e7589c
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -0,0 +1,11 @@
|
|||
ð {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&phy {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&mdio {
|
||||
status = "okay";
|
||||
};
|
Loading…
Reference in New Issue