imx8mp-power.h 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
  2. /*
  3. * Copyright (C) 2020 Pengutronix, Sascha Hauer <[email protected]>
  4. */
  5. #ifndef __DT_BINDINGS_IMX8MP_POWER_DOMAIN_POWER_H__
  6. #define __DT_BINDINGS_IMX8MP_POWER_DOMAIN_POWER_H__
  7. #define IMX8MP_POWER_DOMAIN_MIPI_PHY1 0
  8. #define IMX8MP_POWER_DOMAIN_PCIE_PHY 1
  9. #define IMX8MP_POWER_DOMAIN_USB1_PHY 2
  10. #define IMX8MP_POWER_DOMAIN_USB2_PHY 3
  11. #define IMX8MP_POWER_DOMAIN_MLMIX 4
  12. #define IMX8MP_POWER_DOMAIN_AUDIOMIX 5
  13. #define IMX8MP_POWER_DOMAIN_GPU2D 6
  14. #define IMX8MP_POWER_DOMAIN_GPUMIX 7
  15. #define IMX8MP_POWER_DOMAIN_VPUMIX 8
  16. #define IMX8MP_POWER_DOMAIN_GPU3D 9
  17. #define IMX8MP_POWER_DOMAIN_MEDIAMIX 10
  18. #define IMX8MP_POWER_DOMAIN_VPU_G1 11
  19. #define IMX8MP_POWER_DOMAIN_VPU_G2 12
  20. #define IMX8MP_POWER_DOMAIN_VPU_VC8000E 13
  21. #define IMX8MP_POWER_DOMAIN_HDMIMIX 14
  22. #define IMX8MP_POWER_DOMAIN_HDMI_PHY 15
  23. #define IMX8MP_POWER_DOMAIN_MIPI_PHY2 16
  24. #define IMX8MP_POWER_DOMAIN_HSIOMIX 17
  25. #define IMX8MP_POWER_DOMAIN_MEDIAMIX_ISPDWP 18
  26. #define IMX8MP_HSIOBLK_PD_USB 0
  27. #define IMX8MP_HSIOBLK_PD_USB_PHY1 1
  28. #define IMX8MP_HSIOBLK_PD_USB_PHY2 2
  29. #define IMX8MP_HSIOBLK_PD_PCIE 3
  30. #define IMX8MP_HSIOBLK_PD_PCIE_PHY 4
  31. #define IMX8MP_MEDIABLK_PD_MIPI_DSI_1 0
  32. #define IMX8MP_MEDIABLK_PD_MIPI_CSI2_1 1
  33. #define IMX8MP_MEDIABLK_PD_LCDIF_1 2
  34. #define IMX8MP_MEDIABLK_PD_ISI 3
  35. #define IMX8MP_MEDIABLK_PD_MIPI_CSI2_2 4
  36. #define IMX8MP_MEDIABLK_PD_LCDIF_2 5
  37. #define IMX8MP_MEDIABLK_PD_ISP 6
  38. #define IMX8MP_MEDIABLK_PD_DWE 7
  39. #define IMX8MP_MEDIABLK_PD_MIPI_DSI_2 8
  40. #define IMX8MP_HDMIBLK_PD_IRQSTEER 0
  41. #define IMX8MP_HDMIBLK_PD_LCDIF 1
  42. #define IMX8MP_HDMIBLK_PD_PAI 2
  43. #define IMX8MP_HDMIBLK_PD_PVI 3
  44. #define IMX8MP_HDMIBLK_PD_TRNG 4
  45. #define IMX8MP_HDMIBLK_PD_HDMI_TX 5
  46. #define IMX8MP_HDMIBLK_PD_HDMI_TX_PHY 6
  47. #define IMX8MP_HDMIBLK_PD_HDCP 7
  48. #define IMX8MP_HDMIBLK_PD_HRV 8
  49. #define IMX8MP_VPUBLK_PD_G1 0
  50. #define IMX8MP_VPUBLK_PD_G2 1
  51. #define IMX8MP_VPUBLK_PD_VC8000E 2
  52. #endif