1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/media/st,stm32-dcmi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: STMicroelectronics STM32 Digital Camera Memory Interface (DCMI) binding
10 - Hugues Fruchet <hugues.fruchet@st.com>
42 DCMI supports a single port node with parallel bus. It should contain
43 one 'port' child node with child 'endpoint' node. Please refer to the
45 Documentation/devicetree/bindings/media/video-interfaces.txt.
58 additionalProperties: false
62 #include <dt-bindings/interrupt-controller/arm-gic.h>
63 #include <dt-bindings/clock/stm32mp1-clks.h>
64 #include <dt-bindings/reset/stm32mp1-resets.h>
66 compatible = "st,stm32-dcmi";
67 reg = <0x4c006000 0x400>;
68 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>;
69 resets = <&rcc CAMITF_R>;
72 dmas = <&dmamux1 75 0x400 0x0d>;
77 remote-endpoint = <&ov5640_0>;