1 /* SPDX-License-Identifier: (GPL-2.0 OR MIT) * 1 2 /* 3 * Copyright (C) 2020 Pengutronix, Sascha Hau 4 */ 5 6 #ifndef __DT_BINDINGS_IMX8MP_POWER_DOMAIN_POWE 7 #define __DT_BINDINGS_IMX8MP_POWER_DOMAIN_POWE 8 9 #define IMX8MP_POWER_DOMAIN_MIPI_PHY1 10 #define IMX8MP_POWER_DOMAIN_PCIE_PHY 11 #define IMX8MP_POWER_DOMAIN_USB1_PHY 12 #define IMX8MP_POWER_DOMAIN_USB2_PHY 13 #define IMX8MP_POWER_DOMAIN_MLMIX 14 #define IMX8MP_POWER_DOMAIN_AUDIOMIX 15 #define IMX8MP_POWER_DOMAIN_GPU2D 16 #define IMX8MP_POWER_DOMAIN_GPUMIX 17 #define IMX8MP_POWER_DOMAIN_VPUMIX 18 #define IMX8MP_POWER_DOMAIN_GPU3D 19 #define IMX8MP_POWER_DOMAIN_MEDIAMIX 20 #define IMX8MP_POWER_DOMAIN_VPU_G1 21 #define IMX8MP_POWER_DOMAIN_VPU_G2 22 #define IMX8MP_POWER_DOMAIN_VPU_VC8000E 23 #define IMX8MP_POWER_DOMAIN_HDMIMIX 24 #define IMX8MP_POWER_DOMAIN_HDMI_PHY 25 #define IMX8MP_POWER_DOMAIN_MIPI_PHY2 26 #define IMX8MP_POWER_DOMAIN_HSIOMIX 27 #define IMX8MP_POWER_DOMAIN_MEDIAMIX_ISPDWP 28 29 #define IMX8MP_HSIOBLK_PD_USB 30 #define IMX8MP_HSIOBLK_PD_USB_PHY1 31 #define IMX8MP_HSIOBLK_PD_USB_PHY2 32 #define IMX8MP_HSIOBLK_PD_PCIE 33 #define IMX8MP_HSIOBLK_PD_PCIE_PHY 34 35 #define IMX8MP_MEDIABLK_PD_MIPI_DSI_1 36 #define IMX8MP_MEDIABLK_PD_MIPI_CSI2_1 37 #define IMX8MP_MEDIABLK_PD_LCDIF_1 38 #define IMX8MP_MEDIABLK_PD_ISI 39 #define IMX8MP_MEDIABLK_PD_MIPI_CSI2_2 40 #define IMX8MP_MEDIABLK_PD_LCDIF_2 41 #define IMX8MP_MEDIABLK_PD_ISP 42 #define IMX8MP_MEDIABLK_PD_DWE 43 #define IMX8MP_MEDIABLK_PD_MIPI_DSI_2 44 45 #define IMX8MP_HDMIBLK_PD_IRQSTEER 46 #define IMX8MP_HDMIBLK_PD_LCDIF 47 #define IMX8MP_HDMIBLK_PD_PAI 48 #define IMX8MP_HDMIBLK_PD_PVI 49 #define IMX8MP_HDMIBLK_PD_TRNG 50 #define IMX8MP_HDMIBLK_PD_HDMI_TX 51 #define IMX8MP_HDMIBLK_PD_HDMI_TX_PHY 52 #define IMX8MP_HDMIBLK_PD_HDCP 53 #define IMX8MP_HDMIBLK_PD_HRV 54 55 #define IMX8MP_VPUBLK_PD_G1 56 #define IMX8MP_VPUBLK_PD_G2 57 #define IMX8MP_VPUBLK_PD_VC8000E 58 59 #endif 60
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.