xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/power/mt2701-power.h (revision 4effb9b18f024fdac2e35b6e9f6ec111f2d026be)
1 /*	$NetBSD: mt2701-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) 2015 MediaTek Inc.
6  */
7 
8 #ifndef _DT_BINDINGS_POWER_MT2701_POWER_H
9 #define _DT_BINDINGS_POWER_MT2701_POWER_H
10 
11 #define MT2701_POWER_DOMAIN_CONN	0
12 #define MT2701_POWER_DOMAIN_DISP	1
13 #define MT2701_POWER_DOMAIN_MFG		2
14 #define MT2701_POWER_DOMAIN_VDEC	3
15 #define MT2701_POWER_DOMAIN_ISP		4
16 #define MT2701_POWER_DOMAIN_BDP		5
17 #define MT2701_POWER_DOMAIN_ETH		6
18 #define MT2701_POWER_DOMAIN_HIF		7
19 #define MT2701_POWER_DOMAIN_IFR_MSC	8
20 
21 #endif /* _DT_BINDINGS_POWER_MT2701_POWER_H */
22