brintos

brintos / linux-shallow public Read only

0
0
Text · 394 B · a99a457 Raw
17 lines · c
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_H7#define _DT_BINDINGS_SOC_TEGRA_PMC_H8 9#define TEGRA_PMC_CLK_OUT_1		010#define TEGRA_PMC_CLK_OUT_2		111#define TEGRA_PMC_CLK_OUT_3		212#define TEGRA_PMC_CLK_BLINK		313 14#define TEGRA_PMC_CLK_MAX		415 16#endif	/* _DT_BINDINGS_SOC_TEGRA_PMC_H */17