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

Commit ca9341d4 authored by Maxime Coquelin's avatar Maxime Coquelin Committed by Arnd Bergmann
Browse files

ARM: dts: Add ARM System timer as clocksource in armv7m

parent 78876691
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -8,6 +8,12 @@
		reg = <0xe000e100 0xc00>;
		reg = <0xe000e100 0xc00>;
	};
	};


	systick: timer@e000e010 {
		compatible = "arm,armv7m-systick";
		reg = <0xe000e010 0x10>;
		status = "disabled";
	};

	soc {
	soc {
		#address-cells = <1>;
		#address-cells = <1>;
		#size-cells = <1>;
		#size-cells = <1>;