From d80e6f24d4a3e56adfc3a9f3d2c7cdcea1ebdf5c Mon Sep 17 00:00:00 2001 From: Michael Scott Date: Fri, 16 Nov 2018 13:22:44 -0800 Subject: [PATCH] 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 --- samples/net/lwm2m_client/frdm_k64f.overlay | 3 +++ 1 file changed, 3 insertions(+) diff --git a/samples/net/lwm2m_client/frdm_k64f.overlay b/samples/net/lwm2m_client/frdm_k64f.overlay index c902dc74404..23f50816540 100644 --- a/samples/net/lwm2m_client/frdm_k64f.overlay +++ b/samples/net/lwm2m_client/frdm_k64f.overlay @@ -4,6 +4,9 @@ * SPDX-License-Identifier: Apache-2.0 */ &uart2 { + current-speed = <115200>; + status = "ok"; + wncm14a2a { compatible = "wnc,m14a2a"; label = "wncm14a2a";