xref: /linux/include/dt-bindings/power/amlogic,s7-pwrc.h (revision 9428fff44f0c5823fde733b64a344d7a6eda3873)
1*9428fff4Shongyu.chen1 /* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */
2*9428fff4Shongyu.chen1 /*
3*9428fff4Shongyu.chen1  * Copyright (C) 2025 Amlogic, Inc. All rights reserved
4*9428fff4Shongyu.chen1  */
5*9428fff4Shongyu.chen1 #ifndef _DT_BINDINGS_AMLOGIC_S7_POWER_H
6*9428fff4Shongyu.chen1 #define _DT_BINDINGS_AMLOGIC_S7_POWER_H
7*9428fff4Shongyu.chen1 
8*9428fff4Shongyu.chen1 #define PWRC_S7_DOS_HEVC_ID			0
9*9428fff4Shongyu.chen1 #define PWRC_S7_DOS_VDEC_ID		        1
10*9428fff4Shongyu.chen1 #define PWRC_S7_VPU_HDMI_ID		        2
11*9428fff4Shongyu.chen1 #define PWRC_S7_USB_COMB_ID		        3
12*9428fff4Shongyu.chen1 #define PWRC_S7_SD_EMMC_C_ID			4
13*9428fff4Shongyu.chen1 #define PWRC_S7_GE2D_ID				5
14*9428fff4Shongyu.chen1 #define PWRC_S7_SD_EMMC_A_ID			6
15*9428fff4Shongyu.chen1 #define PWRC_S7_SD_EMMC_B_ID			7
16*9428fff4Shongyu.chen1 #define PWRC_S7_ETH_ID				8
17*9428fff4Shongyu.chen1 #define PWRC_S7_AUCPU_ID			9
18*9428fff4Shongyu.chen1 #define PWRC_S7_AUDIO_ID			10
19*9428fff4Shongyu.chen1 
20*9428fff4Shongyu.chen1 #endif
21