soc: intel_s1000: remove pinmux configuration
Since pinmux configuration is board dependent and is now under boards/xtensa/intel_s1000, the configuration in soc.c is removed. Signed-off-by: Sathish Kuttan <sathish.k.kuttan@intel.com>
This commit is contained in:
parent
4a2ffea65c
commit
1b656beb84
2 changed files with 0 additions and 37 deletions
|
@ -92,17 +92,6 @@
|
|||
#define SOC_NUM_LPGPDMAC 3
|
||||
#define SOC_NUM_CHANNELS_IN_DMAC 8
|
||||
|
||||
#define IOMUX_BASE 0x00081C00
|
||||
#define SOC_I2C_I0_I1_MS BIT(0)
|
||||
#define SOC_UART_RTS_CTS_MS BIT(16)
|
||||
|
||||
struct soc_io_mux_regs {
|
||||
u32_t reserved[12];
|
||||
u32_t io_mux_ctl0;
|
||||
u32_t io_mux_ctl1;
|
||||
u32_t io_mux_ctl2;
|
||||
};
|
||||
|
||||
/* SOC Resource Allocation Registers */
|
||||
#define SOC_RESOURCE_ALLOC_REG_BASE 0x00071A60
|
||||
/* bit field definition for LP GPDMA ownership register */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue