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 7*fc5e0e37SMikko Perttunen /** 8*fc5e0e37SMikko Perttunen * @file 9*fc5e0e37SMikko Perttunen * @defgroup bpmp_reset_ids Reset ID's 10*fc5e0e37SMikko Perttunen * @brief Identifiers for Resets controllable by firmware 11*fc5e0e37SMikko Perttunen * @{ 12*fc5e0e37SMikko Perttunen */ 13*fc5e0e37SMikko Perttunen #define TEGRA234_RESET_SDMMC4 85U 14*fc5e0e37SMikko Perttunen #define TEGRA234_RESET_UARTA 100U 15*fc5e0e37SMikko Perttunen 16*fc5e0e37SMikko Perttunen /** @} */ 1763944891SThierry Reding 1863944891SThierry Reding #endif 19