28 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef __DT_BINDINGS_POWER_PX30_POWER_H__3#define __DT_BINDINGS_POWER_PX30_POWER_H__4 5/* VD_CORE */6#define PX30_PD_A35_0 07#define PX30_PD_A35_1 18#define PX30_PD_A35_2 29#define PX30_PD_A35_3 310#define PX30_PD_SCU 411 12/* VD_LOGIC */13#define PX30_PD_USB 514#define PX30_PD_DDR 615#define PX30_PD_SDCARD 716#define PX30_PD_CRYPTO 817#define PX30_PD_GMAC 918#define PX30_PD_MMC_NAND 1019#define PX30_PD_VPU 1120#define PX30_PD_VO 1221#define PX30_PD_VI 1322#define PX30_PD_GPU 1423 24/* VD_PMU */25#define PX30_PD_PMU 1526 27#endif28