Skip to content

Commit e0e51cc

Browse files
author
Alain Volmat
committed
boards: shields: add stm32h747i_disco support for st_b_cams_omv_mb1683
Add the overlay in order to use the st_b_cams_omv_mb1683 on the stm32h747i_disco board. Signed-off-by: Alain Volmat <[email protected]>
1 parent c2418b6 commit e0e51cc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/*
2+
* Copyright (c) 2025 STMicroelectronics.
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*
6+
*/
7+
8+
/* Reset cannot be controlled on the STM32H747I-DISCO */
9+
&ov5640 {
10+
/delete-property/ reset-gpios;
11+
};
12+
13+
&dma1 {
14+
status = "okay";
15+
};
16+
17+
&dmamux1 {
18+
status = "okay";
19+
};

0 commit comments

Comments
 (0)