File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
boards/arduino/nicla_vision Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ zephyr_udc0: &usbotg_hs {
225
225
226
226
port {
227
227
gc2145_ep_out: endpoint {
228
- remote-endpoint = <& dcmi_ep_in> ;
228
+ remote-endpoint-label = " dcmi_ep_in" ;
229
229
};
230
230
};
231
231
@@ -240,19 +240,17 @@ zephyr_udc0: &usbotg_hs {
240
240
pinctrl-names = "default";
241
241
status = "okay";
242
242
243
- sensor = <&gc2145>;
244
- bus-width = <8>;
245
- hsync-active = <0>;
246
- vsync-active = <0>;
247
- pixelclk-active = <0>;
248
- capture-rate = <1>;
249
243
dmas = <&dma1 0 38 (STM32_DMA_PERIPH_TO_MEMORY | STM32_DMA_PERIPH_NO_INC |
250
244
STM32_DMA_MEM_INC | STM32_DMA_PERIPH_8BITS | STM32_DMA_MEM_32BITS |
251
245
STM32_DMA_PRIORITY_HIGH) STM32_DMA_FIFO_1_4>;
252
246
253
247
port {
254
248
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>;
256
254
};
257
255
};
258
256
};
You can’t perform that action at this time.
0 commit comments