Zephyr Project API 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
imx95_power.h
Go to the documentation of this file.
1/*
2 * Copyright 2024 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_POWER_IMX95_POWER_H_
8#define ZEPHYR_INCLUDE_DT_BINDINGS_POWER_IMX95_POWER_H_
9
10#define IMX95_PD_ANA 0
11#define IMX95_PD_AON 1
12#define IMX95_PD_BBSM 2
13#define IMX95_PD_CAMERA 3
14#define IMX95_PD_CCMSRCGPC 4
15#define IMX95_PD_A55C0 5
16#define IMX95_PD_A55C1 6
17#define IMX95_PD_A55C2 7
18#define IMX95_PD_A55C3 8
19#define IMX95_PD_A55C4 9
20#define IMX95_PD_A55C5 10
21#define IMX95_PD_A55P 11
22#define IMX95_PD_DDR 12
23#define IMX95_PD_DISPLAY 13
24#define IMX95_PD_GPU 14
25#define IMX95_PD_HSIO_TOP 15
26#define IMX95_PD_HSIO_WAON 16
27#define IMX95_PD_M7 17
28#define IMX95_PD_NETC 18
29#define IMX95_PD_NOC 19
30#define IMX95_PD_NPU 20
31#define IMX95_PD_VPU 21
32#define IMX95_PD_WAKEUP 22
33
34#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_POWER_IMX95_POWER_H_ */