162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (c) 2020 MediaTek Inc.
462306a36Sopenharmony_ci * Author: Weiyi Lu <weiyi.lu@mediatek.com>
562306a36Sopenharmony_ci */
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#ifndef _DT_BINDINGS_POWER_MT8183_POWER_H
862306a36Sopenharmony_ci#define _DT_BINDINGS_POWER_MT8183_POWER_H
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#define MT8183_POWER_DOMAIN_AUDIO	0
1162306a36Sopenharmony_ci#define MT8183_POWER_DOMAIN_CONN	1
1262306a36Sopenharmony_ci#define MT8183_POWER_DOMAIN_MFG_ASYNC	2
1362306a36Sopenharmony_ci#define MT8183_POWER_DOMAIN_MFG		3
1462306a36Sopenharmony_ci#define MT8183_POWER_DOMAIN_MFG_CORE0	4
1562306a36Sopenharmony_ci#define MT8183_POWER_DOMAIN_MFG_CORE1	5
1662306a36Sopenharmony_ci#define MT8183_POWER_DOMAIN_MFG_2D	6
1762306a36Sopenharmony_ci#define MT8183_POWER_DOMAIN_DISP	7
1862306a36Sopenharmony_ci#define MT8183_POWER_DOMAIN_CAM		8
1962306a36Sopenharmony_ci#define MT8183_POWER_DOMAIN_ISP		9
2062306a36Sopenharmony_ci#define MT8183_POWER_DOMAIN_VDEC	10
2162306a36Sopenharmony_ci#define MT8183_POWER_DOMAIN_VENC	11
2262306a36Sopenharmony_ci#define MT8183_POWER_DOMAIN_VPU_TOP	12
2362306a36Sopenharmony_ci#define MT8183_POWER_DOMAIN_VPU_CORE0	13
2462306a36Sopenharmony_ci#define MT8183_POWER_DOMAIN_VPU_CORE1	14
2562306a36Sopenharmony_ci
2662306a36Sopenharmony_ci#endif /* _DT_BINDINGS_POWER_MT8183_POWER_H */
27