owl-s700-powergate.h 407 B

1234567891011121314151617181920
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Actions Semi S700 SPS
  4. *
  5. * Copyright (c) 2017 Andreas Färber
  6. */
  7. #ifndef DT_BINDINGS_POWER_OWL_S700_POWERGATE_H
  8. #define DT_BINDINGS_POWER_OWL_S700_POWERGATE_H
  9. #define S700_PD_VDE 0
  10. #define S700_PD_VCE_SI 1
  11. #define S700_PD_USB2_1 2
  12. #define S700_PD_HDE 3
  13. #define S700_PD_DMA 4
  14. #define S700_PD_DS 5
  15. #define S700_PD_USB3 6
  16. #define S700_PD_USB2_0 7
  17. #endif