xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/soc/tegra-pmc.h (revision 15a984a0d95c8f96abe9717ee6241762c55dc106)
1 /*	$NetBSD: tegra-pmc.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $	*/
2 
3 /* SPDX-License-Identifier: GPL-2.0-only */
4 /*
5  * Copyright (c) 2019-2020, NVIDIA CORPORATION.  All rights reserved.
6  */
7 
8 #ifndef _DT_BINDINGS_SOC_TEGRA_PMC_H
9 #define _DT_BINDINGS_SOC_TEGRA_PMC_H
10 
11 #define TEGRA_PMC_CLK_OUT_1		0
12 #define TEGRA_PMC_CLK_OUT_2		1
13 #define TEGRA_PMC_CLK_OUT_3		2
14 #define TEGRA_PMC_CLK_BLINK		3
15 
16 #define TEGRA_PMC_CLK_MAX		4
17 
18 #endif	/* _DT_BINDINGS_SOC_TEGRA_PMC_H */
19