1 /* SPDX-License-Identifier: (GPL-2.0+ or MIT) */
2 /*
3  * Copyright (c) 2021 Amlogic, Inc.
4  * Author: Shunzhou Jiang <shunzhou.jiang@amlogic.com>
5  */
6 
7 #ifndef _DT_BINDINGS_MESON_S4_POWER_H
8 #define _DT_BINDINGS_MESON_S4_POWER_H
9 
10 #define PWRC_S4_DOS_HEVC_ID	0
11 #define PWRC_S4_DOS_VDEC_ID	1
12 #define PWRC_S4_VPU_HDMI_ID	2
13 #define PWRC_S4_USB_COMB_ID	3
14 #define PWRC_S4_GE2D_ID		4
15 #define PWRC_S4_ETH_ID		5
16 #define PWRC_S4_DEMOD_ID	6
17 #define PWRC_S4_AUDIO_ID	7
18 
19 #endif
20