soc: riscv: sifive-freedom: remove unused pinmux definitions
These definitions are now part of the pinctrl DT headers, remove them from soc.h Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
a0bdb489a2
commit
307415664d
2 changed files with 2 additions and 5 deletions
|
|
@ -8,6 +8,8 @@
|
|||
|
||||
#include <zephyr/devicetree.h>
|
||||
#include <zephyr/drivers/pinctrl.h>
|
||||
#include <zephyr/dt-bindings/pinctrl/sifive-pinctrl.h>
|
||||
|
||||
#include <soc.h>
|
||||
|
||||
#define PINCTRL_BASE_ADDR DT_INST_REG_ADDR(0)
|
||||
|
|
|
|||
|
|
@ -14,11 +14,6 @@
|
|||
#include <soc_common.h>
|
||||
|
||||
#if defined(CONFIG_SOC_RISCV_SIFIVE_FREEDOM)
|
||||
|
||||
/* PINMUX IO Hardware Functions */
|
||||
#define SIFIVE_PINMUX_IOF0 0x00
|
||||
#define SIFIVE_PINMUX_IOF1 0x01
|
||||
|
||||
/* PINMUX MAX PINS */
|
||||
#define SIFIVE_PINMUX_PINS 32
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue