xref: /freebsd-src/sys/contrib/device-tree/include/dt-bindings/reset/tegra234-reset.h (revision 2eb4d8dc723da3cf7d735a3226ae49da4c8c5dbc)
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 #define TEGRA234_RESET_SDMMC4			85
8 #define TEGRA234_RESET_UARTA			100
9 
10 #endif
11