boards: arm: hexiwear_kw40z: Add pinctrl dts properties

Add pinctrl-0 properties for configuration of peripherals like UART,
ADC, etc.  These settings are based on what is defined in
the board/pinmux.c file.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2021-04-08 20:14:28 -05:00 committed by Kumar Gala
commit e9c69f9000

View file

@ -21,11 +21,13 @@
&adc0 {
status = "okay";
pinctrl-0 = <&ADC0_SE1_PTB1>;
};
&lpuart0 {
status = "okay";
current-speed = <115200>;
pinctrl-0 = <&UART0_RX_PTC6 &UART0_TX_PTC7>;
};
&gpioa {