brintos

brintos / linux-shallow public Read only

0
0
Text · 845 B · 153d75b Raw
29 lines · c
1/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */2 3#ifndef _DT_BINDINGS_ARM_BCM2835_PM_H4#define _DT_BINDINGS_ARM_BCM2835_PM_H5 6#define BCM2835_POWER_DOMAIN_GRAFX		07#define BCM2835_POWER_DOMAIN_GRAFX_V3D		18#define BCM2835_POWER_DOMAIN_IMAGE		29#define BCM2835_POWER_DOMAIN_IMAGE_PERI		310#define BCM2835_POWER_DOMAIN_IMAGE_ISP		411#define BCM2835_POWER_DOMAIN_IMAGE_H264		512#define BCM2835_POWER_DOMAIN_USB		613#define BCM2835_POWER_DOMAIN_DSI0		714#define BCM2835_POWER_DOMAIN_DSI1		815#define BCM2835_POWER_DOMAIN_CAM0		916#define BCM2835_POWER_DOMAIN_CAM1		1017#define BCM2835_POWER_DOMAIN_CCP2TX		1118#define BCM2835_POWER_DOMAIN_HDMI		1219 20#define BCM2835_POWER_DOMAIN_COUNT		1321 22#define BCM2835_RESET_V3D			023#define BCM2835_RESET_ISP			124#define BCM2835_RESET_H264			225 26#define BCM2835_RESET_COUNT			327 28#endif /* _DT_BINDINGS_ARM_BCM2835_PM_H */29