xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/power/mt6765-power.h (revision 58c3e048f5c2f43ee7e820013e37079f2e0b6ae5)
1 /*	$NetBSD: mt6765-power.h,v 1.1.1.1 2021/11/07 16:49:56 jmcneill Exp $	*/
2 
3 /* SPDX-License-Identifier: GPL-2.0 */
4 #ifndef _DT_BINDINGS_POWER_MT6765_POWER_H
5 #define _DT_BINDINGS_POWER_MT6765_POWER_H
6 
7 #define MT6765_POWER_DOMAIN_CONN		0
8 #define MT6765_POWER_DOMAIN_MM			1
9 #define MT6765_POWER_DOMAIN_MFG_ASYNC		2
10 #define MT6765_POWER_DOMAIN_ISP			3
11 #define MT6765_POWER_DOMAIN_MFG			4
12 #define MT6765_POWER_DOMAIN_MFG_CORE0		5
13 #define MT6765_POWER_DOMAIN_CAM			6
14 #define MT6765_POWER_DOMAIN_VCODEC		7
15 
16 #endif /* _DT_BINDINGS_POWER_MT6765_POWER_H */
17