samples: openthread: overlay update to new Pinctrl driver.

Applied changes required by new Pinctrl driver.

Signed-off-by: Yuriy Vynnychek <yura.vynnychek@telink-semi.com>
This commit is contained in:
Yuriy Vynnychek 2022-02-11 14:20:54 +02:00 committed by Anas Nashif
commit e94b3f7a9f

View file

@ -14,11 +14,13 @@
&uart0 {
status = "okay";
current-speed = <57600>;
pinctrl-0 = <&uart0_tx_pb2 &uart0_rx_pb3>;
pinctrl-0 = <&uart0_tx_pb2_default &uart0_rx_pb3_default>;
pinctrl-names = "default";
};
&uart1 {
status = "okay";
current-speed = <115200>;
pinctrl-0 = <&uart1_tx_pc6 &uart1_rx_pc7>;
pinctrl-0 = <&uart1_tx_pc6_default &uart1_rx_pc7_default>;
pinctrl-names = "default";
};