zephyr/include/dt-bindings
Mulin Chao 12a30dce19 dts: psl: npcx: add PSL pads support for ultra-low-power mode.
This CL introduces the Power Switch Logic (PSL) pads which detect the
wake-up events and turn on/off core power supply (VCC1) for ultra-low
-power consumption in npcx device-tree file.

By adding PSL input-pad objects, psl_in1, psl_in2, and so on, into
'psl-in-pads' property and configuring their 'flag' properties, the
related driver will configure them via soc specific functions later.

For example, if PSL input 1 pad that is plan to detect a 'falling edge'
event, this property should be:
	vsby-psl-in-list {
		psl-in-pads = <&psl_in1>;
	};

And the flag property in psl_in1 should change to
	&psl_in1 {
		flag = <NPCX_PSL_FALLING_EDGE>;
	};

Signed-off-by: Mulin Chao <mlchao@nuvoton.com>
2021-03-26 07:11:59 -04:00
..
clock drivers: clock_control: mcux_mcg: add MCGOUTCLK define 2021-03-08 12:18:33 -06:00
dac drivers: dac: Added driver for TI DACx0508 2020-08-26 12:24:43 +02:00
display drivers: display: ili9xxx: generalize ILI display driver 2020-11-10 15:52:12 -06:00
dma include: bindings: dma define the bindings for stm32 soc series 2020-04-17 03:13:02 -05:00
espi drivers: eSPI: add eSPI driver support for NPCX7 series. 2020-10-02 11:33:15 +02:00
gpio gpio: remove deprecated API functions/macros 2020-06-16 19:13:05 +02:00
i2c
interrupt-controller intc: mvic: remove unused header 2021-02-11 08:05:16 -05:00
led dts: introduce binding for LED controllers 2020-08-28 15:04:35 +02:00
lora dts: bindings: Add bindings for Semtech SX126x 2020-07-02 08:32:37 -04:00
memory-controller drivers: memc: stm32: initial support for stm32 FMC 2020-11-24 16:33:17 +01:00
pcie drivers: pcie: Introduce API to look up devices by ID 2021-02-15 08:23:05 -05:00
pinctrl dts: psl: npcx: add PSL pads support for ultra-low-power mode. 2021-03-26 07:11:59 -04:00
pwm drivers: pwm: add API for capturing pwm pulse width and period 2021-01-12 19:43:06 +01:00
rdc
sensor driver: sensor: npcx: add tachometer sensor support. 2021-02-22 17:56:19 -05:00
usb
dt-util.h include: dt-bindings: Add macros entry point for DTS preprocessor 2020-10-23 09:38:55 -05:00
irq.h include/de-bindings: create a irq.h for devicetree 2020-12-16 08:47:36 -05:00