nvidia,tegra264-bpmp.h 889 B

123456789101112131415161718192021222324
  1. /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
  2. /* Copyright (c) 2022-2024, NVIDIA CORPORATION. All rights reserved. */
  3. #ifndef DT_BINDINGS_POWER_NVIDIA_TEGRA264_BPMP_H
  4. #define DT_BINDINGS_POWER_NVIDIA_TEGRA264_BPMP_H
  5. #define TEGRA264_POWER_DOMAIN_DISP 1
  6. #define TEGRA264_POWER_DOMAIN_AUD 2
  7. /* reserved 3:9 */
  8. #define TEGRA264_POWER_DOMAIN_XUSB_SS 10
  9. #define TEGRA264_POWER_DOMAIN_XUSB_DEV 11
  10. #define TEGRA264_POWER_DOMAIN_XUSB_HOST 12
  11. #define TEGRA264_POWER_DOMAIN_MGBE0 13
  12. #define TEGRA264_POWER_DOMAIN_MGBE1 14
  13. #define TEGRA264_POWER_DOMAIN_MGBE2 15
  14. #define TEGRA264_POWER_DOMAIN_MGBE3 16
  15. #define TEGRA264_POWER_DOMAIN_VI 17
  16. #define TEGRA264_POWER_DOMAIN_VIC 18
  17. #define TEGRA264_POWER_DOMAIN_ISP0 19
  18. #define TEGRA264_POWER_DOMAIN_ISP1 20
  19. #define TEGRA264_POWER_DOMAIN_PVA0 21
  20. #define TEGRA264_POWER_DOMAIN_GPU 22
  21. #endif /* DT_BINDINGS_POWER_NVIDIA_TEGRA264_BPMP_H */