Lines Matching +full:pclk +full:- +full:sample
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@foss.st.com>
14 const: st,stm32-dcmi
25 clock-names:
27 - const: mclk
32 dma-names:
34 - const: tx
40 $ref: /schemas/graph.yaml#/$defs/port-base
47 $ref: video-interfaces.yaml#
51 bus-type:
55 bus-width:
60 - if:
62 bus-type:
67 hsync-active: false
68 vsync-active: false
69 bus-width:
73 - bus-type
74 - pclk-sample
77 - compatible
78 - reg
79 - interrupts
80 - clocks
81 - clock-names
82 - resets
83 - dmas
84 - dma-names
85 - port
90 - |
91 #include <dt-bindings/interrupt-controller/arm-gic.h>
92 #include <dt-bindings/clock/stm32mp1-clks.h>
93 #include <dt-bindings/media/video-interfaces.h>
94 #include <dt-bindings/reset/stm32mp1-resets.h>
97 compatible = "st,stm32-dcmi";
102 clock-names = "mclk";
104 dma-names = "tx";
108 remote-endpoint = <&ov5640_0>;
109 bus-type = <MEDIA_BUS_TYPE_PARALLEL>;
110 bus-width = <8>;
111 hsync-active = <0>;
112 vsync-active = <0>;
113 pclk-sample = <1>;