xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/power/marvell,mmp2.h (revision 58c3e048f5c2f43ee7e820013e37079f2e0b6ae5)
1 /*	$NetBSD: marvell,mmp2.h,v 1.1.1.1 2021/11/07 16:49:56 jmcneill Exp $	*/
2 
3 /* SPDX-License-Identifier: GPL-2.0 */
4 #ifndef __DTS_MARVELL_MMP2_POWER_H
5 #define __DTS_MARVELL_MMP2_POWER_H
6 
7 #define MMP2_POWER_DOMAIN_GPU		0
8 #define MMP2_POWER_DOMAIN_AUDIO		1
9 #define MMP3_POWER_DOMAIN_CAMERA	2
10 
11 #define MMP2_NR_POWER_DOMAINS		3
12 
13 #endif
14