Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: exynos8895: Add spi_0/1 nodes

Add nodes for spi_0 (SPI_CAM0) and spi_1 (SPI_CAM1), which
allows using them.

Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
Link: https://lore.kernel.org/r/20241023091734.538682-6-ivo.ivanov.ivanov1@gmail.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

authored by

Ivaylo Ivanov and committed by
Krzysztof Kozlowski
a5541d73 9ad6c3bd

+30
+30
arch/arm64/boot/dts/exynos/exynos8895.dtsi
··· 256 256 interrupts = <GIC_SPI 430 IRQ_TYPE_LEVEL_HIGH>; 257 257 }; 258 258 259 + spi_0: spi@109d0000 { 260 + compatible = "samsung,exynos8895-spi", 261 + "samsung,exynos850-spi"; 262 + reg = <0x109d0000 0x100>; 263 + #address-cells = <1>; 264 + #size-cells = <0>; 265 + clocks = <&cmu_peric1 CLK_GOUT_PERIC1_SPI_CAM0_PCLK>, 266 + <&cmu_peric1 CLK_GOUT_PERIC1_SPI_CAM0_SPI_EXT_CLK>; 267 + clock-names = "spi", "spi_busclk0"; 268 + interrupts = <GIC_SPI 435 IRQ_TYPE_LEVEL_HIGH>; 269 + pinctrl-0 = <&spi0_bus>; 270 + pinctrl-names = "default"; 271 + status = "disabled"; 272 + }; 273 + 274 + spi_1: spi@109e0000 { 275 + compatible = "samsung,exynos8895-spi", 276 + "samsung,exynos850-spi"; 277 + reg = <0x109e0000 0x100>; 278 + #address-cells = <1>; 279 + #size-cells = <0>; 280 + clocks = <&cmu_peric1 CLK_GOUT_PERIC1_SPI_CAM1_PCLK>, 281 + <&cmu_peric1 CLK_GOUT_PERIC1_SPI_CAM1_SPI_EXT_CLK>; 282 + clock-names = "spi", "spi_busclk0"; 283 + interrupts = <GIC_SPI 436 IRQ_TYPE_LEVEL_HIGH>; 284 + pinctrl-0 = <&spi1_bus>; 285 + pinctrl-names = "default"; 286 + status = "disabled"; 287 + }; 288 + 259 289 cmu_fsys0: clock-controller@11000000 { 260 290 compatible = "samsung,exynos8895-cmu-fsys0"; 261 291 reg = <0x11000000 0x8000>;