mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 13:59:45 -04:00
arm64: dts: st: add csi & dcmipp node in stm32mp25
Add nodes describing the csi and dcmipp controllers handling the camera pipeline on the stm32mp25x. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
committed by
Alexandre Torgue
parent
479b8227ff
commit
d67635e62d
@@ -799,6 +799,29 @@ i2c8: i2c@46040000 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
csi: csi@48020000 {
|
||||
compatible = "st,stm32mp25-csi";
|
||||
reg = <0x48020000 0x2000>;
|
||||
interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>;
|
||||
resets = <&rcc CSI_R>;
|
||||
clocks = <&rcc CK_KER_CSI>, <&rcc CK_KER_CSITXESC>,
|
||||
<&rcc CK_KER_CSIPHY>;
|
||||
clock-names = "pclk", "txesc", "csi2phy";
|
||||
access-controllers = <&rifsc 86>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
dcmipp: dcmipp@48030000 {
|
||||
compatible = "st,stm32mp25-dcmipp";
|
||||
reg = <0x48030000 0x1000>;
|
||||
interrupts = <GIC_SPI 198 IRQ_TYPE_LEVEL_HIGH>;
|
||||
resets = <&rcc DCMIPP_R>;
|
||||
clocks = <&rcc CK_BUS_DCMIPP>, <&rcc CK_KER_CSI>;
|
||||
clock-names = "kclk", "mclk";
|
||||
access-controllers = <&rifsc 87>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
combophy: phy@480c0000 {
|
||||
compatible = "st,stm32mp25-combophy";
|
||||
reg = <0x480c0000 0x1000>;
|
||||
|
||||
Reference in New Issue
Block a user