dts: arm: st: mp13: add dcmipp node in stm32mp135.dtsi

Add node describing the DCMIPP available on stm32mp135.

Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
This commit is contained in:
Alain Volmat 2025-05-04 21:40:31 +02:00 committed by Benjamin Cabé
commit 314953b19b

View file

@ -5,11 +5,45 @@
*/
#include <st/mp13/stm32mp13.dtsi>
#include <zephyr/dt-bindings/video/video-interfaces.h>
/ {
soc {
compatible = "st,stm32mp135", "st,stm32mp13", "simple-bus";
dcmipp: dcmipp@5a000000 {
compatible = "st,stm32mp13-dcmipp", "st,stm32-dcmipp";
reg = <0x5a000000 0x400>;
interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
clocks = <&rcc STM32_CLOCK(APB4, 1)>,
<&rcc STM32_SRC_PLL2_Q DCMIPP_SEL(1)>;
clock-names = "dcmipp", "dcmipp-ker";
resets = <&rctl STM32_RESET(APB4, 1)>;
status = "disabled";
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
endpoint {
remote-endpoint-label = "";
bus-type = <VIDEO_BUS_TYPE_PARALLEL>;
};
};
port@1 {
reg = <1>;
dcmipp_pipe_dump: endpoint {
compatible = "st,stm32-dcmipp-pipe";
};
};
};
};
ltdc: display-controller@5a001000 {
compatible = "st,stm32-ltdc";
reg = <0x5a001000 0x1000>;