17 lines
269 B
Plaintext
17 lines
269 B
Plaintext
|
/*
|
||
|
* 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";
|
||
|
};
|
||
|
};
|