owl-s500-powergate.h 406 B

1234567891011121314151617181920
  1. /*
  2. * Copyright (c) 2017 Andreas Färber
  3. *
  4. * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  5. */
  6. #ifndef DT_BINDINGS_POWER_OWL_S500_POWERGATE_H
  7. #define DT_BINDINGS_POWER_OWL_S500_POWERGATE_H
  8. #define S500_PD_VDE 0
  9. #define S500_PD_VCE_SI 1
  10. #define S500_PD_USB2_1 2
  11. #define S500_PD_CPU2 3
  12. #define S500_PD_CPU3 4
  13. #define S500_PD_DMA 5
  14. #define S500_PD_DS 6
  15. #define S500_PD_USB3 7
  16. #define S500_PD_USB2_0 8
  17. #endif