xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/power/mt2712-power.h (revision 4effb9b18f024fdac2e35b6e9f6ec111f2d026be)
1 /*	$NetBSD: mt2712-power.h,v 1.1.1.2 2020/01/03 14:33:03 skrll Exp $	*/
2 
3 /* SPDX-License-Identifier: GPL-2.0-only */
4 /*
5  * Copyright (C) 2017 MediaTek Inc.
6  */
7 
8 #ifndef _DT_BINDINGS_POWER_MT2712_POWER_H
9 #define _DT_BINDINGS_POWER_MT2712_POWER_H
10 
11 #define MT2712_POWER_DOMAIN_MM		0
12 #define MT2712_POWER_DOMAIN_VDEC	1
13 #define MT2712_POWER_DOMAIN_VENC	2
14 #define MT2712_POWER_DOMAIN_ISP		3
15 #define MT2712_POWER_DOMAIN_AUDIO	4
16 #define MT2712_POWER_DOMAIN_USB		5
17 #define MT2712_POWER_DOMAIN_USB2	6
18 #define MT2712_POWER_DOMAIN_MFG		7
19 #define MT2712_POWER_DOMAIN_MFG_SC1	8
20 #define MT2712_POWER_DOMAIN_MFG_SC2	9
21 #define MT2712_POWER_DOMAIN_MFG_SC3	10
22 
23 #endif /* _DT_BINDINGS_POWER_MT2712_POWER_H */
24