px30-power.h 569 B

123456789101112131415161718192021222324252627
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __DT_BINDINGS_POWER_PX30_POWER_H__
  3. #define __DT_BINDINGS_POWER_PX30_POWER_H__
  4. /* VD_CORE */
  5. #define PX30_PD_A35_0 0
  6. #define PX30_PD_A35_1 1
  7. #define PX30_PD_A35_2 2
  8. #define PX30_PD_A35_3 3
  9. #define PX30_PD_SCU 4
  10. /* VD_LOGIC */
  11. #define PX30_PD_USB 5
  12. #define PX30_PD_DDR 6
  13. #define PX30_PD_SDCARD 7
  14. #define PX30_PD_CRYPTO 8
  15. #define PX30_PD_GMAC 9
  16. #define PX30_PD_MMC_NAND 10
  17. #define PX30_PD_VPU 11
  18. #define PX30_PD_VO 12
  19. #define PX30_PD_VI 13
  20. #define PX30_PD_GPU 14
  21. /* VD_PMU */
  22. #define PX30_PD_PMU 15
  23. #endif