Skip to content

Commit d2b2414

Browse files
author
Alain Volmat
committed
shields: st_stm32f4dis_cam: add a stm32h747i_disco//m7 overlay
Add an overlay allowing to use the stm32f4dis_cam shield on the stm32h747i_disco board. Signed-off-by: Alain Volmat <[email protected]>
1 parent bf9195e commit d2b2414

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*
2+
* Copyright (c) 2025 STMicroelectronics
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&dma1 {
8+
status = "okay";
9+
};
10+
11+
&dmamux1 {
12+
status = "okay";
13+
};

0 commit comments

Comments
 (0)