18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef DT_BINDINGS_MEMORY_TEGRA20_MC_H 38c2ecf20Sopenharmony_ci#define DT_BINDINGS_MEMORY_TEGRA20_MC_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#define TEGRA20_MC_RESET_AVPC 0 68c2ecf20Sopenharmony_ci#define TEGRA20_MC_RESET_DC 1 78c2ecf20Sopenharmony_ci#define TEGRA20_MC_RESET_DCB 2 88c2ecf20Sopenharmony_ci#define TEGRA20_MC_RESET_EPP 3 98c2ecf20Sopenharmony_ci#define TEGRA20_MC_RESET_2D 4 108c2ecf20Sopenharmony_ci#define TEGRA20_MC_RESET_HC 5 118c2ecf20Sopenharmony_ci#define TEGRA20_MC_RESET_ISP 6 128c2ecf20Sopenharmony_ci#define TEGRA20_MC_RESET_MPCORE 7 138c2ecf20Sopenharmony_ci#define TEGRA20_MC_RESET_MPEA 8 148c2ecf20Sopenharmony_ci#define TEGRA20_MC_RESET_MPEB 9 158c2ecf20Sopenharmony_ci#define TEGRA20_MC_RESET_MPEC 10 168c2ecf20Sopenharmony_ci#define TEGRA20_MC_RESET_3D 11 178c2ecf20Sopenharmony_ci#define TEGRA20_MC_RESET_PPCS 12 188c2ecf20Sopenharmony_ci#define TEGRA20_MC_RESET_VDE 13 198c2ecf20Sopenharmony_ci#define TEGRA20_MC_RESET_VI 14 208c2ecf20Sopenharmony_ci 218c2ecf20Sopenharmony_ci#endif 22