zephyr/boards/shields/esp_8266/esp_8266_arduino.overlay

17 lines
269 B
Plaintext
Raw Normal View History

/*
* Copyright (c) 2020 Gerson Fernando Budke <nandojve@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
&arduino_serial {
status = "okay";
current-speed = <115200>;
esp8266 {
compatible = "espressif,esp";
label = "esp8266";
status = "okay";
};
};