drivers/gpio: stm32: Remove Kconfig based device declaration
Use device node declaration instead. Clean up GPIO_STM32_PORT* Kconfig symbols. On some boards some gpio ports where disabled using Kconfig symbols. Disable them now via device tree nodes in boards dts files. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
c4de0d3b5b
commit
e26767fc06
63 changed files with 41 additions and 755 deletions
|
@ -41,6 +41,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
/* Due to limited available memory, don't enable gpiod and gpiof */
|
||||
/* (Test cases fail due to 'SRAM' region overflow) */
|
||||
&gpiod {status = "disabled";};
|
||||
&gpiof {status = "disabled";};
|
||||
|
||||
&usart1 {
|
||||
current-speed = <115200>;
|
||||
status = "okay";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue