18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved. 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_SOC_TEGRA_PMC_H 78c2ecf20Sopenharmony_ci#define _DT_BINDINGS_SOC_TEGRA_PMC_H 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#define TEGRA_PMC_CLK_OUT_1 0 108c2ecf20Sopenharmony_ci#define TEGRA_PMC_CLK_OUT_2 1 118c2ecf20Sopenharmony_ci#define TEGRA_PMC_CLK_OUT_3 2 128c2ecf20Sopenharmony_ci#define TEGRA_PMC_CLK_BLINK 3 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#define TEGRA_PMC_CLK_MAX 4 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ci#endif /* _DT_BINDINGS_SOC_TEGRA_PMC_H */ 17