1/* 2 * Copyright (c) 2018, NXP 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/ { 8 chosen { 9 zephyr,bt-hci = &bt_hci_uart; 10 }; 11}; 12 13&arduino_serial { 14 status = "okay"; 15 current-speed = <115200>; 16 17 bt_hci_uart: bt_hci_uart { 18 compatible = "zephyr,bt-hci-uart"; 19 status = "okay"; 20 }; 21}; 22