brintos

brintos / linux-shallow public Read only

0
0
Text · 407 B · 4cf1aef Raw
20 lines · c
1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)2/*3 * Actions Semi S700 SPS4 *5 * Copyright (c) 2017 Andreas Färber6 */7#ifndef DT_BINDINGS_POWER_OWL_S700_POWERGATE_H8#define DT_BINDINGS_POWER_OWL_S700_POWERGATE_H9 10#define S700_PD_VDE	011#define S700_PD_VCE_SI	112#define S700_PD_USB2_1	213#define S700_PD_HDE	314#define S700_PD_DMA	415#define S700_PD_DS	516#define S700_PD_USB3	617#define S700_PD_USB2_0	718 19#endif20