xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/reset/tegra234-reset.h (revision 6be3386466ab79a84b48429ae66244f21526d3df)
1*6be33864SEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0 */
2*6be33864SEmmanuel Vadot /* Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved. */
3*6be33864SEmmanuel Vadot 
4*6be33864SEmmanuel Vadot #ifndef DT_BINDINGS_RESET_TEGRA234_RESET_H
5*6be33864SEmmanuel Vadot #define DT_BINDINGS_RESET_TEGRA234_RESET_H
6*6be33864SEmmanuel Vadot 
7*6be33864SEmmanuel Vadot #define TEGRA234_RESET_SDMMC4			85
8*6be33864SEmmanuel Vadot #define TEGRA234_RESET_UARTA			100
9*6be33864SEmmanuel Vadot 
10*6be33864SEmmanuel Vadot #endif
11