Skip to content

Commit 76d0e06

Browse files
author
Alain Volmat
committed
dts: stm32n6: add jpeg codec node in stm32n6.dtsi
Add the node describing the JPEG codec within the stm32n6 Signed-off-by: Alain Volmat <[email protected]>
1 parent 365970e commit 76d0e06

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+
jpeg: codec@58023000 {
1278+
compatible = "st,stm32-jpeg";
1279+
reg = <0x58023000 0x1000>;
1280+
interrupts = <61 0>;
1281+
clocks = <&rcc STM32_CLOCK(AHB5, 3)>;
1282+
resets = <&rctl STM32_RESET(AHB5, 3)>;
1283+
status = "disabled";
1284+
};
12761285
};
12771286
};
12781287

0 commit comments

Comments
 (0)