2020-04-28 03:15:39 +02:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2020 Gerson Fernando Budke <nandojve@gmail.com>
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
2020-07-11 21:22:41 +02:00
|
|
|
&mikrobus_serial {
|
2020-04-28 03:15:39 +02:00
|
|
|
status = "okay";
|
|
|
|
current-speed = <115200>;
|
|
|
|
|
|
|
|
esp8266 {
|
2021-05-06 10:51:46 +02:00
|
|
|
compatible = "espressif,esp-at";
|
2020-04-28 03:15:39 +02:00
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
};
|