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