Skip to content

Commit 4339c1c

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 a70e408 commit 4339c1c

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
@@ -1299,6 +1299,15 @@
12991299
resets = <&rctl STM32_RESET(AHB5, 31)>;
13001300
status = "disabled";
13011301
};
1302+
1303+
venc: venc@58005000 {
1304+
compatible = "st,stm32-venc";
1305+
reg = <0x58005000 0x1000>;
1306+
interrupts = <62 0>;
1307+
clocks = <&rcc STM32_CLOCK(APB5, 5)>;
1308+
resets = <&rctl STM32_RESET(APB5, 5)>;
1309+
status = "disabled";
1310+
};
13021311
};
13031312
};
13041313

0 commit comments

Comments
 (0)