bcm2835-pm.h 845 B

12345678910111213141516171819202122232425262728
  1. /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
  2. #ifndef _DT_BINDINGS_ARM_BCM2835_PM_H
  3. #define _DT_BINDINGS_ARM_BCM2835_PM_H
  4. #define BCM2835_POWER_DOMAIN_GRAFX 0
  5. #define BCM2835_POWER_DOMAIN_GRAFX_V3D 1
  6. #define BCM2835_POWER_DOMAIN_IMAGE 2
  7. #define BCM2835_POWER_DOMAIN_IMAGE_PERI 3
  8. #define BCM2835_POWER_DOMAIN_IMAGE_ISP 4
  9. #define BCM2835_POWER_DOMAIN_IMAGE_H264 5
  10. #define BCM2835_POWER_DOMAIN_USB 6
  11. #define BCM2835_POWER_DOMAIN_DSI0 7
  12. #define BCM2835_POWER_DOMAIN_DSI1 8
  13. #define BCM2835_POWER_DOMAIN_CAM0 9
  14. #define BCM2835_POWER_DOMAIN_CAM1 10
  15. #define BCM2835_POWER_DOMAIN_CCP2TX 11
  16. #define BCM2835_POWER_DOMAIN_HDMI 12
  17. #define BCM2835_POWER_DOMAIN_COUNT 13
  18. #define BCM2835_RESET_V3D 0
  19. #define BCM2835_RESET_ISP 1
  20. #define BCM2835_RESET_H264 2
  21. #define BCM2835_RESET_COUNT 3
  22. #endif /* _DT_BINDINGS_ARM_BCM2835_PM_H */