Skip to content

Commit e26d63d

Browse files
author
Alain Volmat
committed
boards: stm32n6570_dk: add zephyr_h264enc / zephyr_jpegenc labels
Add zephyr_h264enc and zephyr_jpegenc labels on node in order to be able to use VENC and JPEG codec from samples. Signed-off-by: Alain Volmat <[email protected]>
1 parent ab7491a commit e26d63d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,10 +534,10 @@ csi_interface: &dcmipp {
534534
};
535535
};
536536

537-
&venc {
537+
zephyr_h264enc: &venc {
538538
status = "okay";
539539
};
540540

541-
&jpeg {
541+
zephyr_jpegenc: &jpeg {
542542
status = "okay";
543543
};

0 commit comments

Comments
 (0)