diff --git a/subsys/power/device.c b/subsys/power/device.c index 2a9f7750322..46df05a52e7 100644 --- a/subsys/power/device.c +++ b/subsys/power/device.c @@ -29,6 +29,12 @@ static const char *const core_devices[] = { "sys_clock", "UART_0", }; +#elif defined(CONFIG_SOC_SERIES_CC13X2_CC26X2) +#define MAX_PM_DEVICES 15 +static const char *const core_devices[] = { + "sys_clock", + "UART_0", +}; #else #error "Add SoC's core devices list for PM" #endif