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:
parent
e7487e9657
commit
e9c69f9000
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue