1*63944891SThierry Reding /* SPDX-License-Identifier: GPL-2.0 */ 2*63944891SThierry Reding /* Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved. */ 3*63944891SThierry Reding 4*63944891SThierry Reding #ifndef DT_BINDINGS_RESET_TEGRA234_RESET_H 5*63944891SThierry Reding #define DT_BINDINGS_RESET_TEGRA234_RESET_H 6*63944891SThierry Reding 7*63944891SThierry Reding #define TEGRA234_RESET_SDMMC4 85 8*63944891SThierry Reding #define TEGRA234_RESET_UARTA 100 9*63944891SThierry Reding 10*63944891SThierry Reding #endif 11