ffcbc391ef
This nodelabel was changed while converting all shields to new nodelabel scheme. On this particular nodelabel, there was no change to be done, as it doesn't refer to a node defined in the shield. Revert this chagne. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
17 lines
201 B
Plaintext
17 lines
201 B
Plaintext
/*
|
|
* Copyright (c) 2018, NXP
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/ {
|
|
chosen {
|
|
zephyr,bt-uart = &arduino_serial;
|
|
};
|
|
};
|
|
|
|
&arduino_serial {
|
|
status = "okay";
|
|
current-speed = <115200>;
|
|
};
|