Lines Matching +full:data +full:- +full:bus +full:- +full:width
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
57 Number of data lines actively used, valid for the parallel busses.
59 hsync-active:
63 - 0
64 - 1
71 When HSYNC is low, the data is valid.
72 When HSYNC is high, the data is not valid (horizontal blanking).
74 vsync-active:
78 - 0
79 - 1
86 When VSYNC is low, the data is valid.
87 When VSYNC is high, the data is not valid (vertical blanking).
89 pixelclk-active:
93 - 0
94 - 1
100 capture-rate:
103 - 1
104 - 2
105 - 4