Zephyr Project API 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
imx943_power.h
Go to the documentation of this file.
1/*
2 * Copyright 2025 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_POWER_IMX943_POWER_H_
8#define ZEPHYR_INCLUDE_DT_BINDINGS_POWER_IMX943_POWER_H_
9
10#define IMX943_PD_ANA 0
11#define IMX943_PD_AON 1
12#define IMX943_PD_BBSM 2
13#define IMX943_PD_M7_1 3
14#define IMX943_PD_CCMSRCGPC 4
15#define IMX943_PD_A55C0 5
16#define IMX943_PD_A55C1 6
17#define IMX943_PD_A55C2 7
18#define IMX943_PD_A55C3 8
19#define IMX943_PD_A55P 9
20#define IMX943_PD_DDR 10
21#define IMX943_PD_DISPLAY 11
22#define IMX943_PD_M7_0 12
23#define IMX943_PD_HSIO_TOP 13
24#define IMX943_PD_HSIO_WAON 14
25#define IMX943_PD_NETC 15
26#define IMX943_PD_NOC 16
27#define IMX943_PD_NPU 17
28#define IMX943_PD_WAKEUP 18
29
30#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_POWER_IMX943_POWER_H_ */