blob: 9eadcad9c1b5c2ea9010ed54ba0a38863475309e [file] [log] [blame]
/*
* Copyright (c) 2021 Telink Semiconductor
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
chosen {
zephyr,ot-uart = &uart0;
zephyr,console = &uart1;
};
};
&uart0 {
status = "okay";
current-speed = <57600>;
pinctrl-0 = <&uart0_tx_pb2 &uart0_rx_pb3>;
};
&uart1 {
status = "okay";
current-speed = <115200>;
pinctrl-0 = <&uart1_tx_pc6 &uart1_rx_pc7>;
};