1 /* $NetBSD: owl-s700-powergate.h,v 1.1.1.1 2018/04/28 18:25:53 jmcneill Exp $ */ 2 3 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 4 /* 5 * Actions Semi S700 SPS 6 * 7 * Copyright (c) 2017 Andreas Färber 8 */ 9 #ifndef DT_BINDINGS_POWER_OWL_S700_POWERGATE_H 10 #define DT_BINDINGS_POWER_OWL_S700_POWERGATE_H 11 12 #define S700_PD_VDE 0 13 #define S700_PD_VCE_SI 1 14 #define S700_PD_USB2_1 2 15 #define S700_PD_HDE 3 16 #define S700_PD_DMA 4 17 #define S700_PD_DS 5 18 #define S700_PD_USB3 6 19 #define S700_PD_USB2_0 7 20 21 #endif 22