brintos

brintos / linux-shallow public Read only

0
0
Text · 406 B · 0a1c451 Raw
20 lines · c
1/*2 * Copyright (c) 2017 Andreas Färber3 *4 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)5 */6#ifndef DT_BINDINGS_POWER_OWL_S500_POWERGATE_H7#define DT_BINDINGS_POWER_OWL_S500_POWERGATE_H8 9#define S500_PD_VDE	010#define S500_PD_VCE_SI	111#define S500_PD_USB2_1	212#define S500_PD_CPU2	313#define S500_PD_CPU3	414#define S500_PD_DMA	515#define S500_PD_DS	616#define S500_PD_USB3	717#define S500_PD_USB2_0	818 19#endif20