1 1.1 jmcneill /* $NetBSD: tegra-pmc.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-only */ 4 1.1 jmcneill /* 5 1.1 jmcneill * Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved. 6 1.1 jmcneill */ 7 1.1 jmcneill 8 1.1 jmcneill #ifndef _DT_BINDINGS_SOC_TEGRA_PMC_H 9 1.1 jmcneill #define _DT_BINDINGS_SOC_TEGRA_PMC_H 10 1.1 jmcneill 11 1.1 jmcneill #define TEGRA_PMC_CLK_OUT_1 0 12 1.1 jmcneill #define TEGRA_PMC_CLK_OUT_2 1 13 1.1 jmcneill #define TEGRA_PMC_CLK_OUT_3 2 14 1.1 jmcneill #define TEGRA_PMC_CLK_BLINK 3 15 1.1 jmcneill 16 1.1 jmcneill #define TEGRA_PMC_CLK_MAX 4 17 1.1 jmcneill 18 1.1 jmcneill #endif /* _DT_BINDINGS_SOC_TEGRA_PMC_H */ 19