include: dt-bindings: add header file for i.MX943 power domain
AAdded header file for i.MX943 power domain. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
This commit is contained in:
parent
7f0692826a
commit
0e9d7f4238
1 changed files with 30 additions and 0 deletions
30
include/zephyr/dt-bindings/power/imx943_power.h
Normal file
30
include/zephyr/dt-bindings/power/imx943_power.h
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
* Copyright 2025 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_POWER_IMX943_POWER_H_
|
||||
#define ZEPHYR_INCLUDE_DT_BINDINGS_POWER_IMX943_POWER_H_
|
||||
|
||||
#define IMX943_PD_ANA 0
|
||||
#define IMX943_PD_AON 1
|
||||
#define IMX943_PD_BBSM 2
|
||||
#define IMX943_PD_M7_1 3
|
||||
#define IMX943_PD_CCMSRCGPC 4
|
||||
#define IMX943_PD_A55C0 5
|
||||
#define IMX943_PD_A55C1 6
|
||||
#define IMX943_PD_A55C2 7
|
||||
#define IMX943_PD_A55C3 8
|
||||
#define IMX943_PD_A55P 9
|
||||
#define IMX943_PD_DDR 10
|
||||
#define IMX943_PD_DISPLAY 11
|
||||
#define IMX943_PD_M7_0 12
|
||||
#define IMX943_PD_HSIO_TOP 13
|
||||
#define IMX943_PD_HSIO_WAON 14
|
||||
#define IMX943_PD_NETC 15
|
||||
#define IMX943_PD_NOC 16
|
||||
#define IMX943_PD_NPU 17
|
||||
#define IMX943_PD_WAKEUP 18
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_POWER_IMX943_POWER_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue