1 /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 2 3 #ifndef _DT_BINDINGS_ARM_BCM2835_PM_H 4 #define _DT_BINDINGS_ARM_BCM2835_PM_H 5 6 #define BCM2835_POWER_DOMAIN_GRAFX 7 #define BCM2835_POWER_DOMAIN_GRAFX_V3D 8 #define BCM2835_POWER_DOMAIN_IMAGE 9 #define BCM2835_POWER_DOMAIN_IMAGE_PERI 10 #define BCM2835_POWER_DOMAIN_IMAGE_ISP 11 #define BCM2835_POWER_DOMAIN_IMAGE_H264 12 #define BCM2835_POWER_DOMAIN_USB 13 #define BCM2835_POWER_DOMAIN_DSI0 14 #define BCM2835_POWER_DOMAIN_DSI1 15 #define BCM2835_POWER_DOMAIN_CAM0 16 #define BCM2835_POWER_DOMAIN_CAM1 17 #define BCM2835_POWER_DOMAIN_CCP2TX 18 #define BCM2835_POWER_DOMAIN_HDMI 19 20 #define BCM2835_POWER_DOMAIN_COUNT 21 22 #define BCM2835_RESET_V3D 23 #define BCM2835_RESET_ISP 24 #define BCM2835_RESET_H264 25 26 #define BCM2835_RESET_COUNT 27 28 #endif /* _DT_BINDINGS_ARM_BCM2835_PM_H */ 29
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.