summaryrefslogtreecommitdiff
path: root/include/dt-bindings/clock/stih410-clks.h
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2017-02-21 13:37:11 +0100
committerTom Rini <trini@konsulko.com>2017-03-14 20:40:21 -0400
commit51cb23d45263eb0c0dd7e8e22e9a6e10c8b81f3e (patch)
treed36f2170df55c83e60132943402f688b83f29fad /include/dt-bindings/clock/stih410-clks.h
parent0c56310252b6fc3c942ec569fefc0dfbc1c38a74 (diff)
downloadu-boot-51cb23d45263eb0c0dd7e8e22e9a6e10c8b81f3e.tar.gz
STiH410-B2260: Add device tree
This device tree has been extracted from v4.9 kernel Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/dt-bindings/clock/stih410-clks.h')
-rw-r--r--include/dt-bindings/clock/stih410-clks.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/stih410-clks.h b/include/dt-bindings/clock/stih410-clks.h
new file mode 100644
index 0000000000..2097a4bbe1
--- /dev/null
+++ b/include/dt-bindings/clock/stih410-clks.h
@@ -0,0 +1,25 @@
+/*
+ * This header provides constants clk index STMicroelectronics
+ * STiH410 SoC.
+ */
+#ifndef _DT_BINDINGS_CLK_STIH410
+#define _DT_BINDINGS_CLK_STIH410
+
+#include "stih407-clks.h"
+
+/* STiH410 introduces new clock outputs compared to STiH407 */
+
+/* CLOCKGEN C0 */
+#define CLK_TX_ICN_HADES 32
+#define CLK_RX_ICN_HADES 33
+#define CLK_ICN_REG_16 34
+#define CLK_PP_HADES 35
+#define CLK_CLUST_HADES 36
+#define CLK_HWPE_HADES 37
+#define CLK_FC_HADES 38
+
+/* CLOCKGEN D0 */
+#define CLK_PCMR10_MASTER 4
+#define CLK_USB2_PHY 5
+
+#endif