18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_ARM_BCM2835_PM_H
48c2ecf20Sopenharmony_ci#define _DT_BINDINGS_ARM_BCM2835_PM_H
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#define BCM2835_POWER_DOMAIN_GRAFX		0
78c2ecf20Sopenharmony_ci#define BCM2835_POWER_DOMAIN_GRAFX_V3D		1
88c2ecf20Sopenharmony_ci#define BCM2835_POWER_DOMAIN_IMAGE		2
98c2ecf20Sopenharmony_ci#define BCM2835_POWER_DOMAIN_IMAGE_PERI		3
108c2ecf20Sopenharmony_ci#define BCM2835_POWER_DOMAIN_IMAGE_ISP		4
118c2ecf20Sopenharmony_ci#define BCM2835_POWER_DOMAIN_IMAGE_H264		5
128c2ecf20Sopenharmony_ci#define BCM2835_POWER_DOMAIN_USB		6
138c2ecf20Sopenharmony_ci#define BCM2835_POWER_DOMAIN_DSI0		7
148c2ecf20Sopenharmony_ci#define BCM2835_POWER_DOMAIN_DSI1		8
158c2ecf20Sopenharmony_ci#define BCM2835_POWER_DOMAIN_CAM0		9
168c2ecf20Sopenharmony_ci#define BCM2835_POWER_DOMAIN_CAM1		10
178c2ecf20Sopenharmony_ci#define BCM2835_POWER_DOMAIN_CCP2TX		11
188c2ecf20Sopenharmony_ci#define BCM2835_POWER_DOMAIN_HDMI		12
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ci#define BCM2835_POWER_DOMAIN_COUNT		13
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ci#define BCM2835_RESET_V3D			0
238c2ecf20Sopenharmony_ci#define BCM2835_RESET_ISP			1
248c2ecf20Sopenharmony_ci#define BCM2835_RESET_H264			2
258c2ecf20Sopenharmony_ci
268c2ecf20Sopenharmony_ci#define BCM2835_RESET_COUNT			3
278c2ecf20Sopenharmony_ci
288c2ecf20Sopenharmony_ci#endif /* _DT_BINDINGS_ARM_BCM2835_PM_H */
29