Lines Matching +full:pixelclk +full:- +full:active
4 # SPDX-License-Identifier: Apache-2.0
14 pinctrl-0 = <&dcmi_hsync_pa4 &dcmi_pixclk_pa6 &dcmi_vsync_pb7
17 pinctrl-names = "default";
18 bus-width = <8>;
19 hsync-active = <0>;
20 vsync-active = <0>;
21 pixelclk-active = <1>;
22 capture-rate = <1>;
29 remote-endpoint = <&ov2640_ep_out>;
34 compatible: "st,stm32-dcmi"
36 include: [base.yaml, pinctrl-device.yaml]
47 bus-width:
51 - 8
52 - 10
53 - 12
54 - 14
59 hsync-active:
63 - 0
64 - 1
67 0 Horizontal synchronization active Low.
68 1 Horizontal synchronization active High.
70 For example, if DCMI_HSYNC_Polarity is programmed active high:
74 vsync-active:
78 - 0
79 - 1
82 0 Vertical synchronization active Low.
83 1 Vertical synchronization active High.
85 For example, if DCMI_VSYNC_Polarity is programmed active high:
89 pixelclk-active:
93 - 0
94 - 1
97 0 Pixel clock active on Falling edge.
98 1 Pixel clock active on Rising edge.
100 capture-rate:
103 - 1
104 - 2
105 - 4