mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 10:20:17 -04:00
arm64: dts: exynos8895: Add camera hsi2c nodes
Add nodes for hsi2c1-4 (CAM0-3), which allows using them. Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com> Link: https://lore.kernel.org/r/20241221152803.1663820-1-ivo.ivanov.ivanov1@gmail.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
committed by
Krzysztof Kozlowski
parent
72f6ec2ba8
commit
f424523b1b
@@ -292,6 +292,50 @@ pinctrl_peric1: pinctrl@10980000 {
|
||||
interrupts = <GIC_SPI 430 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
hsi2c_1: i2c@10990000 {
|
||||
compatible = "samsung,exynos8895-hsi2c";
|
||||
reg = <0x10990000 0x1000>;
|
||||
clocks = <&cmu_peric1 CLK_GOUT_PERIC1_HSI2C_CAM0_IPCLK>;
|
||||
clock-names = "hsi2c";
|
||||
interrupts = <GIC_SPI 431 IRQ_TYPE_LEVEL_HIGH>;
|
||||
pinctrl-0 = <&hsi2c1_bus>;
|
||||
pinctrl-names = "default";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
hsi2c_2: i2c@109a0000 {
|
||||
compatible = "samsung,exynos8895-hsi2c";
|
||||
reg = <0x109a0000 0x1000>;
|
||||
clocks = <&cmu_peric1 CLK_GOUT_PERIC1_HSI2C_CAM1_IPCLK>;
|
||||
clock-names = "hsi2c";
|
||||
interrupts = <GIC_SPI 432 IRQ_TYPE_LEVEL_HIGH>;
|
||||
pinctrl-0 = <&hsi2c2_bus>;
|
||||
pinctrl-names = "default";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
hsi2c_3: i2c@109b0000 {
|
||||
compatible = "samsung,exynos8895-hsi2c";
|
||||
reg = <0x109b0000 0x1000>;
|
||||
clocks = <&cmu_peric1 CLK_GOUT_PERIC1_HSI2C_CAM2_IPCLK>;
|
||||
clock-names = "hsi2c";
|
||||
interrupts = <GIC_SPI 433 IRQ_TYPE_LEVEL_HIGH>;
|
||||
pinctrl-0 = <&hsi2c3_bus>;
|
||||
pinctrl-names = "default";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
hsi2c_4: i2c@109c0000 {
|
||||
compatible = "samsung,exynos8895-hsi2c";
|
||||
reg = <0x109c0000 0x1000>;
|
||||
clocks = <&cmu_peric1 CLK_GOUT_PERIC1_HSI2C_CAM3_IPCLK>;
|
||||
clock-names = "hsi2c";
|
||||
interrupts = <GIC_SPI 434 IRQ_TYPE_LEVEL_HIGH>;
|
||||
pinctrl-0 = <&hsi2c4_bus>;
|
||||
pinctrl-names = "default";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
spi_0: spi@109d0000 {
|
||||
compatible = "samsung,exynos8895-spi",
|
||||
"samsung,exynos850-spi";
|
||||
|
||||
Reference in New Issue
Block a user