zephyr/dts/arm/nuvoton
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
..
npcx dts: psl: npcx: add PSL pads support for ultra-low-power mode. 2021-03-26 07:11:59 -04:00
m48x.dtsi
npcx7.dtsi dts: psl: npcx: add PSL pads support for ultra-low-power mode. 2021-03-26 07:11:59 -04:00
npcx7m6fb.dtsi dts: npcx7: add support for npcx7m6fc & npcx7m7fc 2021-02-17 14:33:03 +01:00
npcx7m6fc.dtsi dts: npcx7: add support for npcx7m6fc & npcx7m7fc 2021-02-17 14:33:03 +01:00
npcx7m7fc.dtsi dts: npcx7: add support for npcx7m6fc & npcx7m7fc 2021-02-17 14:33:03 +01:00