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
39 access-controllers:
44 $ref: /schemas/graph.yaml#/$defs/port-base
51 $ref: video-interfaces.yaml#
55 bus-type:
59 bus-width:
64 - if:
66 bus-type:
71 hsync-active: false
72 vsync-active: false
73 bus-width:
77 - bus-type
78 - pclk-sample
81 - compatible
82 - reg
83 - interrupts
84 - clocks
85 - clock-names
86 - resets
87 - dmas
88 - dma-names
89 - port
94 - |
95 #include <dt-bindings/interrupt-controller/arm-gic.h>
96 #include <dt-bindings/clock/stm32mp1-clks.h>
97 #include <dt-bindings/media/video-interfaces.h>
98 #include <dt-bindings/reset/stm32mp1-resets.h>
101 compatible = "st,stm32-dcmi";
106 clock-names = "mclk";
108 dma-names = "tx";
112 remote-endpoint = <&ov5640_0>;
113 bus-type = <MEDIA_BUS_TYPE_PARALLEL>;
114 bus-width = <8>;
115 hsync-active = <0>;
116 vsync-active = <0>;
117 pclk-sample = <1>;