17 lines
199 B
Plaintext
17 lines
199 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2018, NXP
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
zephyr,bt-uart = &arduino_serial;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&arduino_serial {
|
||
|
status = "ok";
|
||
|
current-speed = <115200>;
|
||
|
};
|