Skip to content

Commit 44545e5

Browse files
committed
dts: arm: st: n6: add venc node
Add node describing the venc in stm32n6.dtsi Signed-off-by: Hugues Fruchet <[email protected]>
1 parent 681fc28 commit 44545e5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dts/arm/st/n6/stm32n6.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,15 @@
852852
resets = <&rctl STM32_RESET(APB5, 1)>;
853853
status = "disabled";
854854
};
855+
856+
venc: venc@58005000 {
857+
compatible = "st,stm32-venc";
858+
reg = <0x58005000 0x1000>;
859+
interrupts = <62 0>;
860+
clocks = <&rcc STM32_CLOCK(APB5, 5)>;
861+
resets = <&rctl STM32_RESET(APB5, 5)>;
862+
status = "disabled";
863+
};
855864
};
856865
};
857866

0 commit comments

Comments
 (0)