18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (C) 2017 MediaTek Inc.
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_POWER_MT2712_POWER_H
78c2ecf20Sopenharmony_ci#define _DT_BINDINGS_POWER_MT2712_POWER_H
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#define MT2712_POWER_DOMAIN_MM		0
108c2ecf20Sopenharmony_ci#define MT2712_POWER_DOMAIN_VDEC	1
118c2ecf20Sopenharmony_ci#define MT2712_POWER_DOMAIN_VENC	2
128c2ecf20Sopenharmony_ci#define MT2712_POWER_DOMAIN_ISP		3
138c2ecf20Sopenharmony_ci#define MT2712_POWER_DOMAIN_AUDIO	4
148c2ecf20Sopenharmony_ci#define MT2712_POWER_DOMAIN_USB		5
158c2ecf20Sopenharmony_ci#define MT2712_POWER_DOMAIN_USB2	6
168c2ecf20Sopenharmony_ci#define MT2712_POWER_DOMAIN_MFG		7
178c2ecf20Sopenharmony_ci#define MT2712_POWER_DOMAIN_MFG_SC1	8
188c2ecf20Sopenharmony_ci#define MT2712_POWER_DOMAIN_MFG_SC2	9
198c2ecf20Sopenharmony_ci#define MT2712_POWER_DOMAIN_MFG_SC3	10
208c2ecf20Sopenharmony_ci
218c2ecf20Sopenharmony_ci#endif /* _DT_BINDINGS_POWER_MT2712_POWER_H */
22