163944891SThierry Reding /* SPDX-License-Identifier: GPL-2.0 */
263944891SThierry Reding /* Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved. */
363944891SThierry Reding 
463944891SThierry Reding #ifndef DT_BINDINGS_RESET_TEGRA234_RESET_H
563944891SThierry Reding #define DT_BINDINGS_RESET_TEGRA234_RESET_H
663944891SThierry Reding 
7fc5e0e37SMikko Perttunen /**
8fc5e0e37SMikko Perttunen  * @file
9fc5e0e37SMikko Perttunen  * @defgroup bpmp_reset_ids Reset ID's
10fc5e0e37SMikko Perttunen  * @brief Identifiers for Resets controllable by firmware
11fc5e0e37SMikko Perttunen  * @{
12fc5e0e37SMikko Perttunen  */
13bb747becSAkhil R #define TEGRA234_RESET_I2C1			24U
14bb747becSAkhil R #define TEGRA234_RESET_I2C2			29U
15bb747becSAkhil R #define TEGRA234_RESET_I2C3			30U
16bb747becSAkhil R #define TEGRA234_RESET_I2C4			31U
17bb747becSAkhil R #define TEGRA234_RESET_I2C6			32U
18bb747becSAkhil R #define TEGRA234_RESET_I2C7			33U
19bb747becSAkhil R #define TEGRA234_RESET_I2C8			34U
20bb747becSAkhil R #define TEGRA234_RESET_I2C9			35U
21*38eb21a5SAkhil R #define TEGRA234_RESET_PWM1			68U
22*38eb21a5SAkhil R #define TEGRA234_RESET_PWM2			69U
23*38eb21a5SAkhil R #define TEGRA234_RESET_PWM3			70U
24*38eb21a5SAkhil R #define TEGRA234_RESET_PWM4			71U
25*38eb21a5SAkhil R #define TEGRA234_RESET_PWM5			72U
26*38eb21a5SAkhil R #define TEGRA234_RESET_PWM6			73U
27*38eb21a5SAkhil R #define TEGRA234_RESET_PWM7			74U
28*38eb21a5SAkhil R #define TEGRA234_RESET_PWM8			75U
29fc5e0e37SMikko Perttunen #define TEGRA234_RESET_SDMMC4			85U
30fc5e0e37SMikko Perttunen #define TEGRA234_RESET_UARTA			100U
31fc5e0e37SMikko Perttunen 
32fc5e0e37SMikko Perttunen /** @} */
3363944891SThierry Reding 
3463944891SThierry Reding #endif
35