1 /* $NetBSD: owl-s500-powergate.h,v 1.1.1.1 2017/10/28 10:30:32 jmcneill Exp $ */ 2 3 /* 4 * Copyright (c) 2017 Andreas Färber 5 * 6 * SPDX-License-Identifier: (GPL-2.0+ OR MIT) 7 */ 8 #ifndef DT_BINDINGS_POWER_OWL_S500_POWERGATE_H 9 #define DT_BINDINGS_POWER_OWL_S500_POWERGATE_H 10 11 #define S500_PD_VDE 0 12 #define S500_PD_VCE_SI 1 13 #define S500_PD_USB2_1 2 14 #define S500_PD_CPU2 3 15 #define S500_PD_CPU3 4 16 #define S500_PD_DMA 5 17 #define S500_PD_DS 6 18 #define S500_PD_USB3 7 19 #define S500_PD_USB2_0 8 20 21 #endif 22