We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860f0d2 commit 1e726a4Copy full SHA for 1e726a4
arch/arm/boot/dts/stm32mp157c.dtsi
@@ -709,6 +709,18 @@
709
status = "disabled";
710
};
711
712
+ hash1: hash@54002000 {
713
+ compatible = "st,stm32f756-hash";
714
+ reg = <0x54002000 0x400>;
715
+ interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
716
+ clocks = <&rcc HASH1>;
717
+ resets = <&rcc HASH1_R>;
718
+ dmas = <&mdma1 31 0x10 0x1000A02 0x0 0x0 0x0>;
719
+ dma-names = "in";
720
+ dma-maxburst = <2>;
721
+ status = "disabled";
722
+ };
723
+
724
rng1: rng@54003000 {
725
compatible = "st,stm32-rng";
726
reg = <0x54003000 0x400>;
0 commit comments