summaryrefslogtreecommitdiffstats
path: root/dts/include/dt-bindings/soc/tegra-pmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'dts/include/dt-bindings/soc/tegra-pmc.h')
-rw-r--r--dts/include/dt-bindings/soc/tegra-pmc.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/dts/include/dt-bindings/soc/tegra-pmc.h b/dts/include/dt-bindings/soc/tegra-pmc.h
new file mode 100644
index 0000000000..a99a457471
--- /dev/null
+++ b/dts/include/dt-bindings/soc/tegra-pmc.h
@@ -0,0 +1,16 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
+ */
+
+#ifndef _DT_BINDINGS_SOC_TEGRA_PMC_H
+#define _DT_BINDINGS_SOC_TEGRA_PMC_H
+
+#define TEGRA_PMC_CLK_OUT_1 0
+#define TEGRA_PMC_CLK_OUT_2 1
+#define TEGRA_PMC_CLK_OUT_3 2
+#define TEGRA_PMC_CLK_BLINK 3
+
+#define TEGRA_PMC_CLK_MAX 4
+
+#endif /* _DT_BINDINGS_SOC_TEGRA_PMC_H */