Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
0002 
0003 #ifndef _DT_BINDINGS_ARM_BCM2835_PM_H
0004 #define _DT_BINDINGS_ARM_BCM2835_PM_H
0005 
0006 #define BCM2835_POWER_DOMAIN_GRAFX      0
0007 #define BCM2835_POWER_DOMAIN_GRAFX_V3D      1
0008 #define BCM2835_POWER_DOMAIN_IMAGE      2
0009 #define BCM2835_POWER_DOMAIN_IMAGE_PERI     3
0010 #define BCM2835_POWER_DOMAIN_IMAGE_ISP      4
0011 #define BCM2835_POWER_DOMAIN_IMAGE_H264     5
0012 #define BCM2835_POWER_DOMAIN_USB        6
0013 #define BCM2835_POWER_DOMAIN_DSI0       7
0014 #define BCM2835_POWER_DOMAIN_DSI1       8
0015 #define BCM2835_POWER_DOMAIN_CAM0       9
0016 #define BCM2835_POWER_DOMAIN_CAM1       10
0017 #define BCM2835_POWER_DOMAIN_CCP2TX     11
0018 #define BCM2835_POWER_DOMAIN_HDMI       12
0019 
0020 #define BCM2835_POWER_DOMAIN_COUNT      13
0021 
0022 #define BCM2835_RESET_V3D           0
0023 #define BCM2835_RESET_ISP           1
0024 #define BCM2835_RESET_H264          2
0025 
0026 #define BCM2835_RESET_COUNT         3
0027 
0028 #endif /* _DT_BINDINGS_ARM_BCM2835_PM_H */