Skip to content

Commit 35068a9

Browse files
author
Alain Volmat
committed
boards: arduino_nicla_vision: use endpoint based properties
Update overlay following usage of video-interfaces based endpoint properties by the dcmi driver. Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
1 parent fbf2013 commit 35068a9

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

boards/arduino/nicla_vision/arduino_nicla_vision_stm32h747xx_m7.dts

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ zephyr_udc0: &usbotg_hs {
225225

226226
port {
227227
gc2145_ep_out: endpoint {
228-
remote-endpoint = <&dcmi_ep_in>;
228+
remote-endpoint-label = "dcmi_ep_in";
229229
};
230230
};
231231

@@ -240,19 +240,17 @@ zephyr_udc0: &usbotg_hs {
240240
pinctrl-names = "default";
241241
status = "okay";
242242

243-
sensor = <&gc2145>;
244-
bus-width = <8>;
245-
hsync-active = <0>;
246-
vsync-active = <0>;
247-
pixelclk-active = <0>;
248-
capture-rate = <1>;
249243
dmas = <&dma1 0 38 (STM32_DMA_PERIPH_TO_MEMORY | STM32_DMA_PERIPH_NO_INC |
250244
STM32_DMA_MEM_INC | STM32_DMA_PERIPH_8BITS | STM32_DMA_MEM_32BITS |
251245
STM32_DMA_PRIORITY_HIGH) STM32_DMA_FIFO_1_4>;
252246

253247
port {
254248
dcmi_ep_in: endpoint {
255-
remote-endpoint = <&gc2145_ep_out>;
249+
remote-endpoint-label = "gc2145_ep_out";
250+
bus-width = <8>;
251+
hsync-active = <0>;
252+
vsync-active = <0>;
253+
pclk-sample = <0>;
256254
};
257255
};
258256
};

0 commit comments

Comments
 (0)