Skip to content

Commit 2dccab1

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 e0482f8 commit 2dccab1

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
@@ -1271,6 +1271,15 @@
12711271
resets = <&rctl STM32_RESET(AHB5, 31)>;
12721272
status = "disabled";
12731273
};
1274+
1275+
venc: venc@58005000 {
1276+
compatible = "st,stm32-venc";
1277+
reg = <0x58005000 0x1000>;
1278+
interrupts = <62 0>;
1279+
clocks = <&rcc STM32_CLOCK(APB5, 5)>;
1280+
resets = <&rctl STM32_RESET(APB5, 5)>;
1281+
status = "disabled";
1282+
};
12741283
};
12751284
};
12761285

0 commit comments

Comments
 (0)