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:
parent
a8619169c4
commit
e94b3f7a9f
1 changed files with 4 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue