162306a36Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (c) 2021 MediaTek Inc.
462306a36Sopenharmony_ci * Author: Chun-Jie Chen <chun-jie.chen@mediatek.com>
562306a36Sopenharmony_ci */
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#ifndef _DT_BINDINGS_POWER_MT8195_POWER_H
862306a36Sopenharmony_ci#define _DT_BINDINGS_POWER_MT8195_POWER_H
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_PCIE_MAC_P0		0
1162306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_PCIE_MAC_P1		1
1262306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_PCIE_PHY		2
1362306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_SSUSB_PCIE_PHY	3
1462306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_CSI_RX_TOP		4
1562306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_ETHER		5
1662306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_ADSP		6
1762306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_AUDIO		7
1862306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_MFG0		8
1962306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_MFG1		9
2062306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_MFG2		10
2162306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_MFG3		11
2262306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_MFG4		12
2362306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_MFG5		13
2462306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_MFG6		14
2562306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_VPPSYS0		15
2662306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_VDOSYS0		16
2762306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_VPPSYS1		17
2862306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_VDOSYS1		18
2962306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_DP_TX		19
3062306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_EPD_TX		20
3162306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_HDMI_TX		21
3262306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_WPESYS		22
3362306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_VDEC0		23
3462306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_VDEC1		24
3562306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_VDEC2		25
3662306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_VENC		26
3762306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_VENC_CORE1		27
3862306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_IMG			28
3962306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_DIP			29
4062306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_IPE			30
4162306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_CAM			31
4262306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_CAM_RAWA		32
4362306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_CAM_RAWB		33
4462306a36Sopenharmony_ci#define MT8195_POWER_DOMAIN_CAM_MRAW		34
4562306a36Sopenharmony_ci
4662306a36Sopenharmony_ci#endif /* _DT_BINDINGS_POWER_MT8195_POWER_H */
47