xref: /linux/include/dt-bindings/soc/tegra-pmc.h (revision 8e07e0e3964ca4e23ce7b68e2096fe660a888942)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (c) 2019-2020, NVIDIA CORPORATION.  All rights reserved.
4  */
5 
6 #ifndef _DT_BINDINGS_SOC_TEGRA_PMC_H
7 #define _DT_BINDINGS_SOC_TEGRA_PMC_H
8 
9 #define TEGRA_PMC_CLK_OUT_1		0
10 #define TEGRA_PMC_CLK_OUT_2		1
11 #define TEGRA_PMC_CLK_OUT_3		2
12 #define TEGRA_PMC_CLK_BLINK		3
13 
14 #define TEGRA_PMC_CLK_MAX		4
15 
16 #endif	/* _DT_BINDINGS_SOC_TEGRA_PMC_H */
17