boards: spresense: Add Power domain definitions

Add power domain definitions for using PM System.
This commit is contained in:
SPRESENSE 2023-06-13 10:05:09 +09:00 committed by Alin Jerpelea
parent b1f3d5e573
commit 1e7f5e8aa8

View File

@ -216,6 +216,11 @@ enum board_power_device
#define BOARD_POWEROFF_DEEP (0)
#define BOARD_POWEROFF_COLD (1)
/* Power domain definitions *************************************************/
#define BOARD_PM_IDLE (0)
#define BOARD_PM_APPS (1)
/* CXD5247 audio control definitions ****************************************/
#define CXD5247_XRST PIN_SPI3_CS2_X