meson-s4-power.h 460 B

12345678910111213141516171819
  1. /* SPDX-License-Identifier: (GPL-2.0+ or MIT) */
  2. /*
  3. * Copyright (c) 2021 Amlogic, Inc.
  4. * Author: Shunzhou Jiang <[email protected]>
  5. */
  6. #ifndef _DT_BINDINGS_MESON_S4_POWER_H
  7. #define _DT_BINDINGS_MESON_S4_POWER_H
  8. #define PWRC_S4_DOS_HEVC_ID 0
  9. #define PWRC_S4_DOS_VDEC_ID 1
  10. #define PWRC_S4_VPU_HDMI_ID 2
  11. #define PWRC_S4_USB_COMB_ID 3
  12. #define PWRC_S4_GE2D_ID 4
  13. #define PWRC_S4_ETH_ID 5
  14. #define PWRC_S4_DEMOD_ID 6
  15. #define PWRC_S4_AUDIO_ID 7
  16. #endif