boards: arm: mps2_an385/521: remove dependency on pinmux
The boards did not use pinmux API at all, but custom init code. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
0a731e26d5
commit
d03d208b11
6 changed files with 0 additions and 14 deletions
|
@ -14,9 +14,6 @@ CONFIG_QEMU_ICOUNT_SHIFT=7
|
||||||
# GPIOs
|
# GPIOs
|
||||||
CONFIG_GPIO=y
|
CONFIG_GPIO=y
|
||||||
|
|
||||||
# PinMuxing
|
|
||||||
CONFIG_PINMUX=y
|
|
||||||
|
|
||||||
# Serial
|
# Serial
|
||||||
CONFIG_CONSOLE=y
|
CONFIG_CONSOLE=y
|
||||||
CONFIG_UART_CONSOLE=y
|
CONFIG_UART_CONSOLE=y
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
#include <zephyr/device.h>
|
#include <zephyr/device.h>
|
||||||
#include <zephyr/init.h>
|
#include <zephyr/init.h>
|
||||||
#include <zephyr/kernel.h>
|
#include <zephyr/kernel.h>
|
||||||
#include <zephyr/drivers/pinmux.h>
|
|
||||||
#include <soc.h>
|
#include <soc.h>
|
||||||
#include <zephyr/sys/sys_io.h>
|
#include <zephyr/sys/sys_io.h>
|
||||||
#include <gpio/gpio_cmsdk_ahb.h>
|
#include <gpio/gpio_cmsdk_ahb.h>
|
||||||
|
|
|
@ -16,9 +16,6 @@ CONFIG_QEMU_ICOUNT_SHIFT=7
|
||||||
# GPIOs
|
# GPIOs
|
||||||
CONFIG_GPIO=y
|
CONFIG_GPIO=y
|
||||||
|
|
||||||
# PinMuxing
|
|
||||||
CONFIG_PINMUX=y
|
|
||||||
|
|
||||||
# Serial
|
# Serial
|
||||||
CONFIG_CONSOLE=y
|
CONFIG_CONSOLE=y
|
||||||
CONFIG_UART_CONSOLE=y
|
CONFIG_UART_CONSOLE=y
|
||||||
|
|
|
@ -17,9 +17,6 @@ CONFIG_QEMU_ICOUNT_SHIFT=6
|
||||||
# GPIOs
|
# GPIOs
|
||||||
CONFIG_GPIO=y
|
CONFIG_GPIO=y
|
||||||
|
|
||||||
# PinMuxing
|
|
||||||
CONFIG_PINMUX=y
|
|
||||||
|
|
||||||
# Serial
|
# Serial
|
||||||
CONFIG_CONSOLE=y
|
CONFIG_CONSOLE=y
|
||||||
CONFIG_UART_CONSOLE=y
|
CONFIG_UART_CONSOLE=y
|
||||||
|
|
|
@ -16,9 +16,6 @@ CONFIG_QEMU_ICOUNT_SHIFT=7
|
||||||
# GPIOs
|
# GPIOs
|
||||||
CONFIG_GPIO=y
|
CONFIG_GPIO=y
|
||||||
|
|
||||||
# PinMuxing
|
|
||||||
CONFIG_PINMUX=y
|
|
||||||
|
|
||||||
# Serial
|
# Serial
|
||||||
CONFIG_CONSOLE=y
|
CONFIG_CONSOLE=y
|
||||||
CONFIG_UART_CONSOLE=y
|
CONFIG_UART_CONSOLE=y
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
#include <zephyr/device.h>
|
#include <zephyr/device.h>
|
||||||
#include <zephyr/init.h>
|
#include <zephyr/init.h>
|
||||||
#include <zephyr/kernel.h>
|
#include <zephyr/kernel.h>
|
||||||
#include <zephyr/drivers/pinmux.h>
|
|
||||||
#include <soc.h>
|
#include <soc.h>
|
||||||
#include <zephyr/sys/sys_io.h>
|
#include <zephyr/sys/sys_io.h>
|
||||||
#include <gpio/gpio_cmsdk_ahb.h>
|
#include <gpio/gpio_cmsdk_ahb.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue