Skip to content

Commit 938f1f9

Browse files
committed
boards: stm32: stm32n6570_dk: enable video encoder
Enable video encoder on stm32n6570_dk discovery board. Signed-off-by: Hugues Fruchet <[email protected]>
1 parent 2dccab1 commit 938f1f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
zephyr,canbus = &fdcan1;
2222
zephyr,display = &ltdc;
2323
zephyr,touch = &gt911;
24+
zephyr,videoenc = &venc;
2425
spi-flash0 = &mx66uw1g45g;
2526
zephyr,flash-controller = &mx66uw1g45g;
2627
zephyr,flash = &mx66uw1g45g;
@@ -490,3 +491,7 @@ csi_interface: &dcmipp {
490491
csi_ep_in: endpoint { };
491492
};
492493
};
494+
495+
&venc {
496+
status = "okay";
497+
};

0 commit comments

Comments
 (0)