1 /* $NetBSD: bcm2835-pm.h,v 1.1.1.1 2019/05/25 11:29:13 jmcneill Exp $ */ 2 3 /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ 4 5 #ifndef _DT_BINDINGS_ARM_BCM2835_PM_H 6 #define _DT_BINDINGS_ARM_BCM2835_PM_H 7 8 #define BCM2835_POWER_DOMAIN_GRAFX 0 9 #define BCM2835_POWER_DOMAIN_GRAFX_V3D 1 10 #define BCM2835_POWER_DOMAIN_IMAGE 2 11 #define BCM2835_POWER_DOMAIN_IMAGE_PERI 3 12 #define BCM2835_POWER_DOMAIN_IMAGE_ISP 4 13 #define BCM2835_POWER_DOMAIN_IMAGE_H264 5 14 #define BCM2835_POWER_DOMAIN_USB 6 15 #define BCM2835_POWER_DOMAIN_DSI0 7 16 #define BCM2835_POWER_DOMAIN_DSI1 8 17 #define BCM2835_POWER_DOMAIN_CAM0 9 18 #define BCM2835_POWER_DOMAIN_CAM1 10 19 #define BCM2835_POWER_DOMAIN_CCP2TX 11 20 #define BCM2835_POWER_DOMAIN_HDMI 12 21 22 #define BCM2835_POWER_DOMAIN_COUNT 13 23 24 #define BCM2835_RESET_V3D 0 25 #define BCM2835_RESET_ISP 1 26 #define BCM2835_RESET_H264 2 27 28 #define BCM2835_RESET_COUNT 3 29 30 #endif /* _DT_BINDINGS_ARM_BCM2835_PM_H */ 31