Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 115d691f authored by Fabien DESSENNE's avatar Fabien DESSENNE Committed by Herbert Xu
Browse files

ARM: dts: stm32: Add CRC support to stm32f746



Add CRC (CRC32 crypto) support to stm32f746.

Signed-off-by: default avatarFabien Dessenne <fabien.dessenne@st.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent b51dbe90
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -289,6 +289,13 @@
			};
		};

		crc: crc@40023000 {
			compatible = "st,stm32f7-crc";
			reg = <0x40023000 0x400>;
			clocks = <&rcc 0 12>;
			status = "disabled";
		};

		rcc: rcc@40023800 {
			#clock-cells = <2>;
			compatible = "st,stm32f42xx-rcc", "st,stm32-rcc";