xref: /linux/include/dt-bindings/power/marvell,pxa1908-power.h (revision ec2e0fb07d789976c601bec19ecced7a501c3705)
1 /* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
2 /*
3  * Marvell PXA1908 power domains
4  *
5  * Copyright 2025, Duje Mihanović <duje@dujemihanovic.xyz>
6  */
7 
8 #ifndef __DTS_MARVELL_PXA1908_POWER_H
9 #define __DTS_MARVELL_PXA1908_POWER_H
10 
11 #define PXA1908_POWER_DOMAIN_VPU	0
12 #define PXA1908_POWER_DOMAIN_GPU	1
13 #define PXA1908_POWER_DOMAIN_GPU2D	2
14 #define PXA1908_POWER_DOMAIN_DSI	3
15 #define PXA1908_POWER_DOMAIN_ISP	4
16 
17 #endif
18