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

Commit cae010a1 authored by Lee Jones's avatar Lee Jones Committed by Maxime Coquelin
Browse files

ARM: STi: STiH407: Enable the 2 HW Random Number Generators for STiH4{07, 10}

parent 82c05810
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -639,5 +639,19 @@

			status		= "disabled";
		};

		rng10: rng@08a89000 {
			compatible      = "st,rng";
			reg		= <0x08a89000 0x1000>;
			clocks          = <&clk_sysin>;
			status		= "okay";
		};

		rng11: rng@08a8a000 {
			compatible      = "st,rng";
			reg		= <0x08a8a000 0x1000>;
			clocks          = <&clk_sysin>;
			status		= "okay";
		};
	};
};