Add MODEM and Arduino header overlays. This allows users to evaluate UpdateHub using any MODEM supported by Zephyr which supports UDP and PPP connection. Signed-off-by: Gerson Fernando Budke <gerson.budke@ossystems.com.br>
13 lines
178 B
Plaintext
13 lines
178 B
Plaintext
/*
|
|
* Copyright (c) 2020 O.S.Systems
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&arduino_serial {
|
|
status = "okay";
|
|
label = "arduino_serial";
|
|
|
|
current-speed = <115200>;
|
|
};
|