1 /* SPDX-License-Identifier: (GPL-2.0 OR MIT) * 1 /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ 2 /* 2 /* 3 * Copyright (C) 2020 Pengutronix, Sascha Hau 3 * Copyright (C) 2020 Pengutronix, Sascha Hauer <kernel@pengutronix.de> 4 */ 4 */ 5 5 6 #ifndef __DT_BINDINGS_IMX8MP_POWER_DOMAIN_POWE 6 #ifndef __DT_BINDINGS_IMX8MP_POWER_DOMAIN_POWER_H__ 7 #define __DT_BINDINGS_IMX8MP_POWER_DOMAIN_POWE 7 #define __DT_BINDINGS_IMX8MP_POWER_DOMAIN_POWER_H__ 8 8 9 #define IMX8MP_POWER_DOMAIN_MIPI_PHY1 9 #define IMX8MP_POWER_DOMAIN_MIPI_PHY1 0 10 #define IMX8MP_POWER_DOMAIN_PCIE_PHY 10 #define IMX8MP_POWER_DOMAIN_PCIE_PHY 1 11 #define IMX8MP_POWER_DOMAIN_USB1_PHY 11 #define IMX8MP_POWER_DOMAIN_USB1_PHY 2 12 #define IMX8MP_POWER_DOMAIN_USB2_PHY 12 #define IMX8MP_POWER_DOMAIN_USB2_PHY 3 13 #define IMX8MP_POWER_DOMAIN_MLMIX 13 #define IMX8MP_POWER_DOMAIN_MLMIX 4 14 #define IMX8MP_POWER_DOMAIN_AUDIOMIX 14 #define IMX8MP_POWER_DOMAIN_AUDIOMIX 5 15 #define IMX8MP_POWER_DOMAIN_GPU2D 15 #define IMX8MP_POWER_DOMAIN_GPU2D 6 16 #define IMX8MP_POWER_DOMAIN_GPUMIX 16 #define IMX8MP_POWER_DOMAIN_GPUMIX 7 17 #define IMX8MP_POWER_DOMAIN_VPUMIX 17 #define IMX8MP_POWER_DOMAIN_VPUMIX 8 18 #define IMX8MP_POWER_DOMAIN_GPU3D 18 #define IMX8MP_POWER_DOMAIN_GPU3D 9 19 #define IMX8MP_POWER_DOMAIN_MEDIAMIX 19 #define IMX8MP_POWER_DOMAIN_MEDIAMIX 10 20 #define IMX8MP_POWER_DOMAIN_VPU_G1 20 #define IMX8MP_POWER_DOMAIN_VPU_G1 11 21 #define IMX8MP_POWER_DOMAIN_VPU_G2 21 #define IMX8MP_POWER_DOMAIN_VPU_G2 12 22 #define IMX8MP_POWER_DOMAIN_VPU_VC8000E 22 #define IMX8MP_POWER_DOMAIN_VPU_VC8000E 13 23 #define IMX8MP_POWER_DOMAIN_HDMIMIX 23 #define IMX8MP_POWER_DOMAIN_HDMIMIX 14 24 #define IMX8MP_POWER_DOMAIN_HDMI_PHY 24 #define IMX8MP_POWER_DOMAIN_HDMI_PHY 15 25 #define IMX8MP_POWER_DOMAIN_MIPI_PHY2 25 #define IMX8MP_POWER_DOMAIN_MIPI_PHY2 16 26 #define IMX8MP_POWER_DOMAIN_HSIOMIX 26 #define IMX8MP_POWER_DOMAIN_HSIOMIX 17 27 #define IMX8MP_POWER_DOMAIN_MEDIAMIX_ISPDWP 27 #define IMX8MP_POWER_DOMAIN_MEDIAMIX_ISPDWP 18 28 28 29 #define IMX8MP_HSIOBLK_PD_USB 29 #define IMX8MP_HSIOBLK_PD_USB 0 30 #define IMX8MP_HSIOBLK_PD_USB_PHY1 30 #define IMX8MP_HSIOBLK_PD_USB_PHY1 1 31 #define IMX8MP_HSIOBLK_PD_USB_PHY2 31 #define IMX8MP_HSIOBLK_PD_USB_PHY2 2 32 #define IMX8MP_HSIOBLK_PD_PCIE 32 #define IMX8MP_HSIOBLK_PD_PCIE 3 33 #define IMX8MP_HSIOBLK_PD_PCIE_PHY 33 #define IMX8MP_HSIOBLK_PD_PCIE_PHY 4 34 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 35 #endif 60 36
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.