133965Sjdp/* SPDX-License-Identifier: GPL-2.0 */
233965Sjdp#ifndef __DT_BINDINGS_POWER_PX30_POWER_H__
333965Sjdp#define __DT_BINDINGS_POWER_PX30_POWER_H__
433965Sjdp
533965Sjdp/* VD_CORE */
633965Sjdp#define PX30_PD_A35_0		0
733965Sjdp#define PX30_PD_A35_1		1
833965Sjdp#define PX30_PD_A35_2		2
933965Sjdp#define PX30_PD_A35_3		3
1033965Sjdp#define PX30_PD_SCU		4
1133965Sjdp
1233965Sjdp/* VD_LOGIC */
1333965Sjdp#define PX30_PD_USB		5
1433965Sjdp#define PX30_PD_DDR		6
1533965Sjdp#define PX30_PD_SDCARD		7
1633965Sjdp#define PX30_PD_CRYPTO		8
1733965Sjdp#define PX30_PD_GMAC		9
1833965Sjdp#define PX30_PD_MMC_NAND	10
1933965Sjdp#define PX30_PD_VPU		11
2033965Sjdp#define PX30_PD_VO		12
2133965Sjdp#define PX30_PD_VI		13
2233965Sjdp#define PX30_PD_GPU		14
2333965Sjdp
2433965Sjdp/* VD_PMU */
2533965Sjdp#define PX30_PD_PMU		15
2633965Sjdp
2733965Sjdp#endif
2833965Sjdp