ARM: dts: stm32: enable crypto accelerator on stm32mp135f-dk

Add the crypto accelerator enable on stm32mp135f-dk board.

Signed-off-by: Thomas Bourgoin <thomas.bourgoin@foss.st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
Thomas Bourgoin 2024-02-19 12:37:45 +01:00 committed by Alexandre Torgue
parent d4e12273a7
commit 45734a13fa

View File

@ -97,6 +97,10 @@ &crc1 {
status = "okay";
};
&cryp {
status = "okay";
};
&i2c1 {
pinctrl-names = "default", "sleep";
pinctrl-0 = <&i2c1_pins_a>;