xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/power/imx8mn-power.h (revision 924795e69c8bb3f17afd8fcbb799710cc1719dc4)
1 /*	$NetBSD: imx8mn-power.h,v 1.1.1.1 2021/11/07 16:49:56 jmcneill Exp $	*/
2 
3 /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
4 /*
5  *  Copyright (C) 2020 Compass Electronics Group, LLC
6  */
7 
8 #ifndef __DT_BINDINGS_IMX8MN_POWER_H__
9 #define __DT_BINDINGS_IMX8MN_POWER_H__
10 
11 #define IMX8MN_POWER_DOMAIN_HSIOMIX	0
12 #define IMX8MN_POWER_DOMAIN_OTG1	1
13 #define IMX8MN_POWER_DOMAIN_GPUMIX	2
14 #define IMX8MN_POWER_DOMAIN_DISPMIX	3
15 #define IMX8MN_POWER_DOMAIN_MIPI	4
16 
17 #endif
18