boards: arm: usb_kw24d512: Add pinctrl dts property for UART

Add pinctrl-0 properties for configuration of peripherals UART.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2021-04-02 12:31:07 -05:00 committed by Kumar Gala
commit 3227c2a941

View file

@ -69,6 +69,7 @@
&uart0 { &uart0 {
status = "okay"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
pinctrl-0 = <&UART0_RX_PTA1 &UART0_TX_PTA2>;
}; };
&usbd { &usbd {