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
display
dma
espi
gpio
i2c
interrupt-controller intc: mvic: remove unused header 2021-02-11 08:05:16 -05:00
led
lora
memory-controller
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
irq.h include/de-bindings: create a irq.h for devicetree 2020-12-16 08:47:36 -05:00