zephyr/boards/arm/npcx7m6fb_evb
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
..
doc
support
board.cmake
CMakeLists.txt
Kconfig.board
Kconfig.defconfig
npcx7m6fb_evb_defconfig npcx: move scfg driver from pinctrl to soc/arm/nuvoton_npcx/common 2021-03-17 18:47:32 -04:00
npcx7m6fb_evb.dts dts: psl: npcx: add PSL pads support for ultra-low-power mode. 2021-03-26 07:11:59 -04:00
npcx7m6fb_evb.yaml driver: i2c: add i2c support in npcx series. 2020-12-27 18:15:14 +01:00