xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/power/allwinner,sun55i-a523-pck-600.h (revision 833e5d42ab135b0238e61c5b3c19b8619677cbfa)
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2 
3 #ifndef _DT_BINDINGS_POWER_SUN55I_A523_PCK600_H_
4 #define _DT_BINDINGS_POWER_SUN55I_A523_PCK600_H_
5 
6 #define PD_VE			0
7 #define PD_GPU			1
8 #define PD_VI			2
9 #define PD_VO0			3
10 #define PD_VO1			4
11 #define PD_DE			5
12 #define PD_NAND			6
13 #define PD_PCIE			7
14 
15 #endif /* _DT_BINDINGS_POWER_SUN55I_A523_PCK600_H_ */
16