18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (c) 2015-2016, NVIDIA CORPORATION.  All rights reserved.
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_POWER_TEGRA186_POWERGATE_H
78c2ecf20Sopenharmony_ci#define _DT_BINDINGS_POWER_TEGRA186_POWERGATE_H
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#define TEGRA186_POWER_DOMAIN_AUD	0
108c2ecf20Sopenharmony_ci#define TEGRA186_POWER_DOMAIN_DFD	1
118c2ecf20Sopenharmony_ci#define TEGRA186_POWER_DOMAIN_DISP	2
128c2ecf20Sopenharmony_ci#define TEGRA186_POWER_DOMAIN_DISPB	3
138c2ecf20Sopenharmony_ci#define TEGRA186_POWER_DOMAIN_DISPC	4
148c2ecf20Sopenharmony_ci#define TEGRA186_POWER_DOMAIN_ISPA	5
158c2ecf20Sopenharmony_ci#define TEGRA186_POWER_DOMAIN_NVDEC	6
168c2ecf20Sopenharmony_ci#define TEGRA186_POWER_DOMAIN_NVJPG	7
178c2ecf20Sopenharmony_ci#define TEGRA186_POWER_DOMAIN_MPE	8
188c2ecf20Sopenharmony_ci#define TEGRA186_POWER_DOMAIN_PCX	9
198c2ecf20Sopenharmony_ci#define TEGRA186_POWER_DOMAIN_SAX	10
208c2ecf20Sopenharmony_ci#define TEGRA186_POWER_DOMAIN_VE	11
218c2ecf20Sopenharmony_ci#define TEGRA186_POWER_DOMAIN_VIC	12
228c2ecf20Sopenharmony_ci#define TEGRA186_POWER_DOMAIN_XUSBA	13
238c2ecf20Sopenharmony_ci#define TEGRA186_POWER_DOMAIN_XUSBB	14
248c2ecf20Sopenharmony_ci#define TEGRA186_POWER_DOMAIN_XUSBC	15
258c2ecf20Sopenharmony_ci#define TEGRA186_POWER_DOMAIN_GPU	43
268c2ecf20Sopenharmony_ci#define TEGRA186_POWER_DOMAIN_MAX	44
278c2ecf20Sopenharmony_ci
288c2ecf20Sopenharmony_ci#endif
29