18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Actions Semi S700 SPS
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright (c) 2017 Andreas Färber
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci#ifndef DT_BINDINGS_POWER_OWL_S700_POWERGATE_H
88c2ecf20Sopenharmony_ci#define DT_BINDINGS_POWER_OWL_S700_POWERGATE_H
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#define S700_PD_VDE	0
118c2ecf20Sopenharmony_ci#define S700_PD_VCE_SI	1
128c2ecf20Sopenharmony_ci#define S700_PD_USB2_1	2
138c2ecf20Sopenharmony_ci#define S700_PD_HDE	3
148c2ecf20Sopenharmony_ci#define S700_PD_DMA	4
158c2ecf20Sopenharmony_ci#define S700_PD_DS	5
168c2ecf20Sopenharmony_ci#define S700_PD_USB3	6
178c2ecf20Sopenharmony_ci#define S700_PD_USB2_0	7
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ci#endif
20