162306a36Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (c) 2022 MediaTek Inc.
462306a36Sopenharmony_ci * Author: Chun-Jie Chen <chun-jie.chen@mediatek.com>
562306a36Sopenharmony_ci */
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#ifndef _DT_BINDINGS_POWER_MT8186_POWER_H
862306a36Sopenharmony_ci#define _DT_BINDINGS_POWER_MT8186_POWER_H
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#define MT8186_POWER_DOMAIN_MFG0			0
1162306a36Sopenharmony_ci#define MT8186_POWER_DOMAIN_MFG1			1
1262306a36Sopenharmony_ci#define MT8186_POWER_DOMAIN_MFG2			2
1362306a36Sopenharmony_ci#define MT8186_POWER_DOMAIN_MFG3			3
1462306a36Sopenharmony_ci#define MT8186_POWER_DOMAIN_SSUSB			4
1562306a36Sopenharmony_ci#define MT8186_POWER_DOMAIN_SSUSB_P1			5
1662306a36Sopenharmony_ci#define MT8186_POWER_DOMAIN_DIS				6
1762306a36Sopenharmony_ci#define MT8186_POWER_DOMAIN_IMG				7
1862306a36Sopenharmony_ci#define MT8186_POWER_DOMAIN_IMG2			8
1962306a36Sopenharmony_ci#define MT8186_POWER_DOMAIN_IPE				9
2062306a36Sopenharmony_ci#define MT8186_POWER_DOMAIN_CAM				10
2162306a36Sopenharmony_ci#define MT8186_POWER_DOMAIN_CAM_RAWA			11
2262306a36Sopenharmony_ci#define MT8186_POWER_DOMAIN_CAM_RAWB			12
2362306a36Sopenharmony_ci#define MT8186_POWER_DOMAIN_VENC			13
2462306a36Sopenharmony_ci#define MT8186_POWER_DOMAIN_VDEC			14
2562306a36Sopenharmony_ci#define MT8186_POWER_DOMAIN_WPE				15
2662306a36Sopenharmony_ci#define MT8186_POWER_DOMAIN_CONN_ON			16
2762306a36Sopenharmony_ci#define MT8186_POWER_DOMAIN_CSIRX_TOP			17
2862306a36Sopenharmony_ci#define MT8186_POWER_DOMAIN_ADSP_AO			18
2962306a36Sopenharmony_ci#define MT8186_POWER_DOMAIN_ADSP_INFRA			19
3062306a36Sopenharmony_ci#define MT8186_POWER_DOMAIN_ADSP_TOP			20
3162306a36Sopenharmony_ci
3262306a36Sopenharmony_ci#endif /* _DT_BINDINGS_POWER_MT8186_POWER_H */
33