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>
This commit is contained in:
Alain Volmat 2025-05-07 20:52:59 +02:00 committed by Anas Nashif
commit 0c18dc3154

View file

@ -225,7 +225,7 @@ zephyr_udc0: &usbotg_hs {
port {
gc2145_ep_out: endpoint {
remote-endpoint = <&dcmi_ep_in>;
remote-endpoint-label = "dcmi_ep_in";
};
};
@ -240,19 +240,17 @@ zephyr_udc0: &usbotg_hs {
pinctrl-names = "default";
status = "okay";
sensor = <&gc2145>;
bus-width = <8>;
hsync-active = <0>;
vsync-active = <0>;
pixelclk-active = <0>;
capture-rate = <1>;
dmas = <&dma1 0 38 (STM32_DMA_PERIPH_TO_MEMORY | STM32_DMA_PERIPH_NO_INC |
STM32_DMA_MEM_INC | STM32_DMA_PERIPH_8BITS | STM32_DMA_MEM_32BITS |
STM32_DMA_PRIORITY_HIGH) STM32_DMA_FIFO_1_4>;
port {
dcmi_ep_in: endpoint {
remote-endpoint = <&gc2145_ep_out>;
remote-endpoint-label = "gc2145_ep_out";
bus-width = <8>;
hsync-active = <0>;
vsync-active = <0>;
pclk-sample = <0>;
};
};
};