11.1Sjmcneill/* $NetBSD: marvell,mmp2.h,v 1.1.1.1 2021/11/07 16:49:56 jmcneill Exp $ */ 21.1Sjmcneill 31.1Sjmcneill/* SPDX-License-Identifier: GPL-2.0 */ 41.1Sjmcneill#ifndef __DTS_MARVELL_MMP2_POWER_H 51.1Sjmcneill#define __DTS_MARVELL_MMP2_POWER_H 61.1Sjmcneill 71.1Sjmcneill#define MMP2_POWER_DOMAIN_GPU 0 81.1Sjmcneill#define MMP2_POWER_DOMAIN_AUDIO 1 91.1Sjmcneill#define MMP3_POWER_DOMAIN_CAMERA 2 101.1Sjmcneill 111.1Sjmcneill#define MMP2_NR_POWER_DOMAINS 3 121.1Sjmcneill 131.1Sjmcneill#endif 14