px30-power.h 771 B

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. * Copyright (c) 2006-2022, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. #ifndef __DT_BINDINGS_POWER_PX30_POWER_H__
  7. #define __DT_BINDINGS_POWER_PX30_POWER_H__
  8. /* VD_CORE */
  9. #define PX30_PD_A35_0 0
  10. #define PX30_PD_A35_1 1
  11. #define PX30_PD_A35_2 2
  12. #define PX30_PD_A35_3 3
  13. #define PX30_PD_SCU 4
  14. /* VD_LOGIC */
  15. #define PX30_PD_USB 5
  16. #define PX30_PD_DDR 6
  17. #define PX30_PD_SDCARD 7
  18. #define PX30_PD_CRYPTO 8
  19. #define PX30_PD_GMAC 9
  20. #define PX30_PD_MMC_NAND 10
  21. #define PX30_PD_VPU 11
  22. #define PX30_PD_VO 12
  23. #define PX30_PD_VI 13
  24. #define PX30_PD_GPU 14
  25. /* VD_PMU */
  26. #define PX30_PD_PMU 15
  27. #endif /* __DT_BINDINGS_POWER_PX30_POWER_H__ */