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