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:
parent
18e6c10339
commit
d80e6f24d4
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
&uart2 {
|
&uart2 {
|
||||||
|
current-speed = <115200>;
|
||||||
|
status = "ok";
|
||||||
|
|
||||||
wncm14a2a {
|
wncm14a2a {
|
||||||
compatible = "wnc,m14a2a";
|
compatible = "wnc,m14a2a";
|
||||||
label = "wncm14a2a";
|
label = "wncm14a2a";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue