18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0-or-later OR MIT) */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Actions Semi S900 SPS 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Copyright (c) 2018 Linaro Ltd. 68c2ecf20Sopenharmony_ci */ 78c2ecf20Sopenharmony_ci#ifndef DT_BINDINGS_POWER_OWL_S900_POWERGATE_H 88c2ecf20Sopenharmony_ci#define DT_BINDINGS_POWER_OWL_S900_POWERGATE_H 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#define S900_PD_GPU_B 0 118c2ecf20Sopenharmony_ci#define S900_PD_VCE 1 128c2ecf20Sopenharmony_ci#define S900_PD_SENSOR 2 138c2ecf20Sopenharmony_ci#define S900_PD_VDE 3 148c2ecf20Sopenharmony_ci#define S900_PD_HDE 4 158c2ecf20Sopenharmony_ci#define S900_PD_USB3 5 168c2ecf20Sopenharmony_ci#define S900_PD_DDR0 6 178c2ecf20Sopenharmony_ci#define S900_PD_DDR1 7 188c2ecf20Sopenharmony_ci#define S900_PD_DE 8 198c2ecf20Sopenharmony_ci#define S900_PD_NAND 9 208c2ecf20Sopenharmony_ci#define S900_PD_USB2_H0 10 218c2ecf20Sopenharmony_ci#define S900_PD_USB2_H1 11 228c2ecf20Sopenharmony_ci 238c2ecf20Sopenharmony_ci#endif 24