Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/include/dt-bindings/power/allwinner,sun55i-a523-pck-600.h
26285 views
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
17