Skip to content

Commit ef412ab

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 4419a21 commit ef412ab

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
@@ -22,6 +22,7 @@
2222
zephyr,canbus = &fdcan1;
2323
zephyr,display = &ltdc;
2424
zephyr,touch = &gt911;
25+
zephyr,videoenc = &venc;
2526
spi-flash0 = &mx66uw1g45g;
2627
zephyr,flash-controller = &mx66uw1g45g;
2728
zephyr,flash = &mx66uw1g45g;
@@ -470,3 +471,7 @@ csi_interface: &dcmipp {
470471
};
471472
};
472473
};
474+
475+
&venc {
476+
status = "okay";
477+
};

0 commit comments

Comments
 (0)