samples: net: lwm2m_client: add "ok" and baud rate to k64f overlay

During the modem overlay move from the K64F board directory to the
LwM2M sample code, 2 DTS entries were dropped:
current-speed = <115200>;
status = "ok";

Without these entries the DTS defines for UART2 and CURRENT_SPEED
are missing from the generated_dts_board.h file.

Signed-off-by: Michael Scott <mike@foundries.io>
This commit is contained in:
Michael Scott 2018-11-16 13:22:44 -08:00 committed by Anas Nashif
commit d80e6f24d4

View file

@ -4,6 +4,9 @@
* SPDX-License-Identifier: Apache-2.0
*/
&uart2 {
current-speed = <115200>;
status = "ok";
wncm14a2a {
compatible = "wnc,m14a2a";
label = "wncm14a2a";