mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 17:48:54 +08:00
boards: spresense: Add Power domain definitions
Add power domain definitions for using PM System.
This commit is contained in:
@@ -216,6 +216,11 @@ enum board_power_device
|
|||||||
#define BOARD_POWEROFF_DEEP (0)
|
#define BOARD_POWEROFF_DEEP (0)
|
||||||
#define BOARD_POWEROFF_COLD (1)
|
#define BOARD_POWEROFF_COLD (1)
|
||||||
|
|
||||||
|
/* Power domain definitions *************************************************/
|
||||||
|
|
||||||
|
#define BOARD_PM_IDLE (0)
|
||||||
|
#define BOARD_PM_APPS (1)
|
||||||
|
|
||||||
/* CXD5247 audio control definitions ****************************************/
|
/* CXD5247 audio control definitions ****************************************/
|
||||||
|
|
||||||
#define CXD5247_XRST PIN_SPI3_CS2_X
|
#define CXD5247_XRST PIN_SPI3_CS2_X
|
||||||
|
|||||||
Reference in New Issue
Block a user