18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (C) 2018 Pengutronix, Lucas Stach <kernel@pengutronix.de> 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#ifndef __DT_BINDINGS_IMX8MQ_POWER_H__ 78c2ecf20Sopenharmony_ci#define __DT_BINDINGS_IMX8MQ_POWER_H__ 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#define IMX8M_POWER_DOMAIN_MIPI 0 108c2ecf20Sopenharmony_ci#define IMX8M_POWER_DOMAIN_PCIE1 1 118c2ecf20Sopenharmony_ci#define IMX8M_POWER_DOMAIN_USB_OTG1 2 128c2ecf20Sopenharmony_ci#define IMX8M_POWER_DOMAIN_USB_OTG2 3 138c2ecf20Sopenharmony_ci#define IMX8M_POWER_DOMAIN_DDR1 4 148c2ecf20Sopenharmony_ci#define IMX8M_POWER_DOMAIN_GPU 5 158c2ecf20Sopenharmony_ci#define IMX8M_POWER_DOMAIN_VPU 6 168c2ecf20Sopenharmony_ci#define IMX8M_POWER_DOMAIN_DISP 7 178c2ecf20Sopenharmony_ci#define IMX8M_POWER_DOMAIN_MIPI_CSI1 8 188c2ecf20Sopenharmony_ci#define IMX8M_POWER_DOMAIN_MIPI_CSI2 9 198c2ecf20Sopenharmony_ci#define IMX8M_POWER_DOMAIN_PCIE2 10 208c2ecf20Sopenharmony_ci 218c2ecf20Sopenharmony_ci#endif 22