18c2ecf20Sopenharmony_ci/* 28c2ecf20Sopenharmony_ci * Copyright (c) 2017 Andreas Färber 38c2ecf20Sopenharmony_ci * 48c2ecf20Sopenharmony_ci * SPDX-License-Identifier: (GPL-2.0+ OR MIT) 58c2ecf20Sopenharmony_ci */ 68c2ecf20Sopenharmony_ci#ifndef DT_BINDINGS_POWER_OWL_S500_POWERGATE_H 78c2ecf20Sopenharmony_ci#define DT_BINDINGS_POWER_OWL_S500_POWERGATE_H 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#define S500_PD_VDE 0 108c2ecf20Sopenharmony_ci#define S500_PD_VCE_SI 1 118c2ecf20Sopenharmony_ci#define S500_PD_USB2_1 2 128c2ecf20Sopenharmony_ci#define S500_PD_CPU2 3 138c2ecf20Sopenharmony_ci#define S500_PD_CPU3 4 148c2ecf20Sopenharmony_ci#define S500_PD_DMA 5 158c2ecf20Sopenharmony_ci#define S500_PD_DS 6 168c2ecf20Sopenharmony_ci#define S500_PD_USB3 7 178c2ecf20Sopenharmony_ci#define S500_PD_USB2_0 8 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci#endif 20