Skip to content

Commit 7b4b66b

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 8b5c3c9 commit 7b4b66b

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
@@ -1273,6 +1273,15 @@
12731273
resets = <&rctl STM32_RESET(AHB5, 31)>;
12741274
status = "disabled";
12751275
};
1276+
1277+
venc: venc@58005000 {
1278+
compatible = "st,stm32-venc";
1279+
reg = <0x58005000 0x1000>;
1280+
interrupts = <62 0>;
1281+
clocks = <&rcc STM32_CLOCK(APB5, 5)>;
1282+
resets = <&rctl STM32_RESET(APB5, 5)>;
1283+
status = "disabled";
1284+
};
12761285
};
12771286
};
12781287

0 commit comments

Comments
 (0)