Lines Matching +full:dt +full:- +full:node
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/media/st,stm32-dcmi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Hugues Fruchet <hugues.fruchet@st.com>
14 const: st,stm32-dcmi
25 clock-names:
27 - const: mclk
32 dma-names:
34 - const: tx
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.
48 - compatible
49 - reg
50 - interrupts
51 - clocks
52 - clock-names
53 - resets
54 - dmas
55 - dma-names
56 - port
61 - |
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";
71 clock-names = "mclk";
73 dma-names = "tx";
77 remote-endpoint = <&ov5640_0>;
78 bus-width = <8>;
79 hsync-active = <0>;
80 vsync-active = <0>;
81 pclk-sample = <1>;