1 /* $NetBSD: mt8183-power.h,v 1.1.1.1 2021/11/07 16:49:56 jmcneill Exp $ */ 2 3 /* SPDX-License-Identifier: GPL-2.0 */ 4 /* 5 * Copyright (c) 2020 MediaTek Inc. 6 * Author: Weiyi Lu <weiyi.lu@mediatek.com> 7 */ 8 9 #ifndef _DT_BINDINGS_POWER_MT8183_POWER_H 10 #define _DT_BINDINGS_POWER_MT8183_POWER_H 11 12 #define MT8183_POWER_DOMAIN_AUDIO 0 13 #define MT8183_POWER_DOMAIN_CONN 1 14 #define MT8183_POWER_DOMAIN_MFG_ASYNC 2 15 #define MT8183_POWER_DOMAIN_MFG 3 16 #define MT8183_POWER_DOMAIN_MFG_CORE0 4 17 #define MT8183_POWER_DOMAIN_MFG_CORE1 5 18 #define MT8183_POWER_DOMAIN_MFG_2D 6 19 #define MT8183_POWER_DOMAIN_DISP 7 20 #define MT8183_POWER_DOMAIN_CAM 8 21 #define MT8183_POWER_DOMAIN_ISP 9 22 #define MT8183_POWER_DOMAIN_VDEC 10 23 #define MT8183_POWER_DOMAIN_VENC 11 24 #define MT8183_POWER_DOMAIN_VPU_TOP 12 25 #define MT8183_POWER_DOMAIN_VPU_CORE0 13 26 #define MT8183_POWER_DOMAIN_VPU_CORE1 14 27 28 #endif /* _DT_BINDINGS_POWER_MT8183_POWER_H */ 29