Home | History | Annotate | Line # | Download | only in reset
      1 /*	$NetBSD: tegra234-reset.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $	*/
      2 
      3 /* SPDX-License-Identifier: GPL-2.0 */
      4 /* Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved. */
      5 
      6 #ifndef DT_BINDINGS_RESET_TEGRA234_RESET_H
      7 #define DT_BINDINGS_RESET_TEGRA234_RESET_H
      8 
      9 #define TEGRA234_RESET_SDMMC4			85
     10 #define TEGRA234_RESET_UARTA			100
     11 
     12 #endif
     13