summaryrefslogtreecommitdiff
path: root/include/dt-bindings/clock
diff options
context:
space:
mode:
authorHai Pham <[email protected]>2025-12-02 19:34:15 +0100
committerMarek Vasut <[email protected]>2025-12-03 00:17:15 +0100
commitb546189a4b515ba5aaf542558e9778d7d2a05b4e (patch)
tree225c4d694be010120e8da976bf59f969f4da17b3 /include/dt-bindings/clock
parente84a0bbefe19496b31b21c74133eedeefd1cc11c (diff)
arm64: dts: renesas: Add Renesas R-Car X5H R8A78000 SoC DTs
Add initial device trees for Renesas R-Car X5H R8A78000 SoC. Include very basic clock, reset, power domain headers which are used to control supported peripherals via SCMI / SCP. The headers are currently kept limited to avoid possible ABI break. A lot of clock are still stubbed via fixed-clock, this is going to be gradually removed over time, as more of the platform is upstreamed. Signed-off-by: Hai Pham <[email protected]> Signed-off-by: Khanh Le <[email protected]> Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'include/dt-bindings/clock')
-rw-r--r--include/dt-bindings/clock/r8a78000-clock-scmi.h46
1 files changed, 46 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/r8a78000-clock-scmi.h b/include/dt-bindings/clock/r8a78000-clock-scmi.h
new file mode 100644
index 00000000000..455402ee8cc
--- /dev/null
+++ b/include/dt-bindings/clock/r8a78000-clock-scmi.h
@@ -0,0 +1,46 @@
+/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
+/*
+ * Copyright (C) 2025 Renesas Electronics Corp.
+ *
+ * IDs match SCP 4.27
+ */
+
+#ifndef __DT_BINDINGS_R8A78000_SCMI_CLOCK_H__
+#define __DT_BINDINGS_R8A78000_SCMI_CLOCK_H__
+
+/*
+ * These definition indices match the Clock ID defined by SCP FW 4.27.
+ */
+
+#define SCP_CLOCK_ID_MDLC_UFS0 202
+#define SCP_CLOCK_ID_MDLC_UFS1 203
+#define SCP_CLOCK_ID_MDLC_SDHI0 204
+
+#define SCP_CLOCK_ID_MDLC_XPCS0 316
+#define SCP_CLOCK_ID_MDLC_XPCS1 317
+#define SCP_CLOCK_ID_MDLC_XPCS2 318
+#define SCP_CLOCK_ID_MDLC_XPCS3 319
+#define SCP_CLOCK_ID_MDLC_XPCS4 320
+#define SCP_CLOCK_ID_MDLC_XPCS5 321
+#define SCP_CLOCK_ID_MDLC_XPCS6 322
+#define SCP_CLOCK_ID_MDLC_XPCS7 323
+#define SCP_CLOCK_ID_MDLC_RSW3 324
+#define SCP_CLOCK_ID_MDLC_RSW3TSN 325
+#define SCP_CLOCK_ID_MDLC_RSW3AES 326
+#define SCP_CLOCK_ID_MDLC_RSW3TSNTES0 327
+#define SCP_CLOCK_ID_MDLC_RSW3TSNTES1 328
+#define SCP_CLOCK_ID_MDLC_RSW3TSNTES2 329
+#define SCP_CLOCK_ID_MDLC_RSW3TSNTES3 330
+#define SCP_CLOCK_ID_MDLC_RSW3TSNTES4 331
+#define SCP_CLOCK_ID_MDLC_RSW3TSNTES5 332
+#define SCP_CLOCK_ID_MDLC_RSW3TSNTES6 333
+#define SCP_CLOCK_ID_MDLC_RSW3TSNTES7 334
+#define SCP_CLOCK_ID_MDLC_RSW3MFWD 335
+
+#define SCP_CLOCK_ID_MDLC_MPPHY01 344
+#define SCP_CLOCK_ID_MDLC_MPPHY11 345
+#define SCP_CLOCK_ID_MDLC_MPPHY21 346
+#define SCP_CLOCK_ID_MDLC_MPPHY31 347
+#define SCP_CLOCK_ID_MDLC_MPPHY02 348
+
+#endif /* __DT_BINDINGS_R8A78000_SCMI_CLOCK_H__ */