162306a36Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (C) 2020 Compass Electronics Group, LLC 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#ifndef __DT_BINDINGS_IMX8MN_POWER_H__ 762306a36Sopenharmony_ci#define __DT_BINDINGS_IMX8MN_POWER_H__ 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#define IMX8MN_POWER_DOMAIN_HSIOMIX 0 1062306a36Sopenharmony_ci#define IMX8MN_POWER_DOMAIN_OTG1 1 1162306a36Sopenharmony_ci#define IMX8MN_POWER_DOMAIN_GPUMIX 2 1262306a36Sopenharmony_ci#define IMX8MN_POWER_DOMAIN_DISPMIX 3 1362306a36Sopenharmony_ci#define IMX8MN_POWER_DOMAIN_MIPI 4 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ci#define IMX8MN_DISPBLK_PD_MIPI_DSI 0 1662306a36Sopenharmony_ci#define IMX8MN_DISPBLK_PD_MIPI_CSI 1 1762306a36Sopenharmony_ci#define IMX8MN_DISPBLK_PD_LCDIF 2 1862306a36Sopenharmony_ci#define IMX8MN_DISPBLK_PD_ISI 3 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ci#endif 21