blob: 3807b2f6a2dabbf859e7aad9a17c9865c95f8f74 [file] [log] [blame]
/*
* Copyright (c) 2018, NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
chosen {
zephyr,bt-uart = &arduino_serial;
};
};
&arduino_serial {
status = "okay";
current-speed = <115200>;
};