summaryrefslogtreecommitdiffstats
path: root/dts/include/dt-bindings/clock/tegra234-clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'dts/include/dt-bindings/clock/tegra234-clock.h')
-rw-r--r--dts/include/dt-bindings/clock/tegra234-clock.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/dts/include/dt-bindings/clock/tegra234-clock.h b/dts/include/dt-bindings/clock/tegra234-clock.h
new file mode 100644
index 0000000000..2c82072950
--- /dev/null
+++ b/dts/include/dt-bindings/clock/tegra234-clock.h
@@ -0,0 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/* Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved. */
+
+#ifndef DT_BINDINGS_CLOCK_TEGRA234_CLOCK_H
+#define DT_BINDINGS_CLOCK_TEGRA234_CLOCK_H
+
+/** @brief output of gate CLK_ENB_FUSE */
+#define TEGRA234_CLK_FUSE 40
+/** @brief output of mux controlled by CLK_RST_CONTROLLER_CLK_SOURCE_SDMMC4 */
+#define TEGRA234_CLK_SDMMC4 123
+/** @brief output of mux controlled by CLK_RST_CONTROLLER_CLK_SOURCE_UARTA */
+#define TEGRA234_CLK_UARTA 155
+
+#endif