Hey folks, This patchset adds device tree nodes for multiple clock management unit blocks, MCT, SPI and UART for Exynos8895. Exynos8895 uses USIv1 for most of its serial buses, except a few that have been implemented in this series. Support for USIv1 and HSI2C will be added in the future. This patchset is dependent on [1] and [2], which add driver support for CMU and UART. [1] https://lore.kernel.org/all/20241020174825.375096-1-ivo.ivanov.ivanov1@xxxxxxxxx/ [2] https://lore.kernel.org/all/20241020180201.376151-1-ivo.ivanov.ivanov1@xxxxxxxxx/ Ivaylo Ivanov (6): dt-bindings: timer: exynos4210-mct: Add samsung,exynos8895-mct compatible spi: dt-bindings: samsung: Add a compatible for samsung,exynos8895-spi arm64: dts: exynos: Add clock management unit nodes arm64: dts: exynos8895: Add Multi Core Timer (MCT) node arm64: dts: exynos8895: Add serial_0/1 nodes arm64: dts: exynos8895: Add spi_0/1 nodes .../devicetree/bindings/spi/samsung,spi.yaml | 4 + .../timer/samsung,exynos4210-mct.yaml | 2 + arch/arm64/boot/dts/exynos/exynos8895.dtsi | 163 ++++++++++++++++++ 3 files changed, 169 insertions(+) -- 2.43.0