ARM: dts: Add ARM System timer as clocksource in armv7m
authorMaxime Coquelin <mcoquelin.stm32@gmail.com>
Sat, 9 May 2015 07:53:55 +0000 (09:53 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 15 May 2015 20:16:48 +0000 (22:16 +0200)
Tested-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/armv7-m.dtsi

index 5a660d0faf42eac14ccae480f55b60093f238648..b1ad7cf6ac0278aaa5c61845fb3136886e29658b 100644 (file)
@@ -8,6 +8,12 @@
                reg = <0xe000e100 0xc00>;
        };
 
+       systick: timer@e000e010 {
+               compatible = "arm,armv7m-systick";
+               reg = <0xe000e010 0x10>;
+               status = "disabled";
+       };
+
        soc {
                #address-cells = <1>;
                #size-cells = <1>;