162306a36Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (c) 2022 MediaTek Inc.
462306a36Sopenharmony_ci * Author: Garmin Chang <garmin.chang@mediatek.com>
562306a36Sopenharmony_ci */
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#ifndef _DT_BINDINGS_POWER_MT8188_POWER_H
862306a36Sopenharmony_ci#define _DT_BINDINGS_POWER_MT8188_POWER_H
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_MFG0			0
1162306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_MFG1			1
1262306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_MFG2			2
1362306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_MFG3			3
1462306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_MFG4			4
1562306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_PEXTP_MAC_P0		5
1662306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_PEXTP_PHY_TOP		6
1762306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_CSIRX_TOP			7
1862306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_ETHER			8
1962306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_HDMI_TX			9
2062306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_ADSP_AO			10
2162306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_ADSP_INFRA			11
2262306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_ADSP			12
2362306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_AUDIO			13
2462306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_AUDIO_ASRC			14
2562306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_VPPSYS0			15
2662306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_VDOSYS0			16
2762306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_VDOSYS1			17
2862306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_DP_TX			18
2962306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_EDP_TX			19
3062306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_VPPSYS1			20
3162306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_WPE				21
3262306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_VDEC0			22
3362306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_VDEC1			23
3462306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_VENC			24
3562306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_IMG_VCORE			25
3662306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_IMG_MAIN			26
3762306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_DIP				27
3862306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_IPE				28
3962306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_CAM_VCORE			29
4062306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_CAM_MAIN			30
4162306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_CAM_SUBA			31
4262306a36Sopenharmony_ci#define MT8188_POWER_DOMAIN_CAM_SUBB			32
4362306a36Sopenharmony_ci
4462306a36Sopenharmony_ci#endif /* _DT_BINDINGS_POWER_MT8188_POWER_H */
45