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