On Thu, 21 Aug 2025 18:02:45 +0530, Ravi Patel wrote:
From: Hakyeong Kim <redacted>
Add dt-schema for Axis ARTPEC-8 SoC clock controller.
The Clock Management Unit (CMU) has a top-level block CMU_CMU
which generates clocks for other blocks.
Add device-tree binding definitions for following CMU blocks:
- CMU_CMU
- CMU_BUS
- CMU_CORE
- CMU_CPUCL
- CMU_FSYS
- CMU_IMEM
- CMU_PERI
Signed-off-by: Hakyeong Kim <redacted>
Signed-off-by: SeonGu Kang <redacted>
Signed-off-by: Ravi Patel <redacted>
---
.../bindings/clock/axis,artpec8-clock.yaml | 213 ++++++++++++++++++
include/dt-bindings/clock/axis,artpec8-clk.h | 169 ++++++++++++++
2 files changed, 382 insertions(+)
create mode 100644 Documentation/devicetree/bindings/clock/axis,artpec8-clock.yaml
create mode 100644 include/dt-bindings/clock/axis,artpec8-clk.h
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>