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:
parent
e4f6be0e5d
commit
314953b19b
1 changed files with 34 additions and 0 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue