1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved. */ 3 4 #ifndef DT_BINDINGS_RESET_TEGRA234_RESET_H 5 #define DT_BINDINGS_RESET_TEGRA234_RESET_H 6 7 /** 8 * @file 9 * @defgroup bpmp_reset_ids Reset ID's 10 * @brief Identifiers for Resets controllable by firmware 11 * @{ 12 */ 13 #define TEGRA234_RESET_SDMMC4 85U 14 #define TEGRA234_RESET_UARTA 100U 15 16 /** @} */ 17 18 #endif 19