zephyr/soc/arm
Mulin Chao 84d90e456a driver: intc: add MIWU driver support in NPCX series.
The device Multi-Input Wake-Up Unit (MIWU) supports the embedded
controller (EC) to exit 'Sleep' or 'Deep Sleep' power state which allows
chip has better power consumption. Also, it provides signal conditioning
such as 'Level' and 'Edge' trigger type and grouping of external
interrupt sources of NVIC. The NPCX series has three identical MIWU
modules: MIWU0, MIWU1, MIWU2. Together, they support a total of over 140
internal and/or external wake-up sources.

In this CL, we use device tree files to present the relationship bewteen
MIWU and the other devices in different npcx series. For npcx7 series,
it include:
1. npcx7-miwus-int-map.dtsi: it presents relationship between MIWU group
   and NVIC interrupt in npcx7. Please notice it isn't 1-to-1 mapping.
2. npcx7-miwus-wui-map.dtsi: it presents relationship between input of
   MIWU and its source device such as gpio, timer, eSPI VWs and so on.

This CL also includes:
1. Add MIWU device tree declarations.
2. MIWU api function declarations and implementation to configure signal
   conditions and callback function mechanism. They can be be classified
   into two types. One is for GPIO which connects original gpio callback
   implemetation and the other is for generic devices such as timer,
   eSPI, and so on.

Signed-off-by: Mulin Chao <MLChao@nuvoton.com>
2020-09-01 13:35:25 +02:00
..
arm
atmel_sam
atmel_sam0
bcm_vk
common/cortex_m
cypress
infineon_xmc
microchip_mec
nordic_nrf soc: nordic_nrf: Add definition of nRF52805 SoC 2020-08-31 15:40:19 +02:00
nuvoton
nuvoton_npcx driver: intc: add MIWU driver support in NPCX series. 2020-09-01 13:35:25 +02:00
nxp_imx MXRT600: Add DMA support 2020-08-28 14:24:21 -05:00
nxp_kinetis counter: enable k6s pit support support 2020-08-21 14:27:59 -05:00
nxp_lpc
qemu_cortex_a53
silabs_exx32
st_stm32 board: arm: nucleo_f207zg: add DAC support 2020-08-27 16:06:34 +02:00
ti_lm3s6965
ti_simplelink
xilinx_zynqmp
CMakeLists.txt
Kconfig