blob: 102ee85a9b62a48fe5591953654b154c71a69021 [file] [log] [blame]
Adam Ford212c1242021-05-24 20:07:28 -05001/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
2/*
3 * Copyright (C) 2020 Compass Electronics Group, LLC
4 */
5
6#ifndef __DT_BINDINGS_IMX8MN_POWER_H__
7#define __DT_BINDINGS_IMX8MN_POWER_H__
8
9#define IMX8MN_POWER_DOMAIN_HSIOMIX 0
10#define IMX8MN_POWER_DOMAIN_OTG1 1
11#define IMX8MN_POWER_DOMAIN_GPUMIX 2
12#define IMX8MN_POWER_DOMAIN_DISPMIX 3
13#define IMX8MN_POWER_DOMAIN_MIPI 4
14
15#endif