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

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

Tested-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: default avatarMaxime Coquelin <mcoquelin.stm32@gmail.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 78876691
...@@ -8,6 +8,12 @@ nvic: nv-interrupt-controller { ...@@ -8,6 +8,12 @@ nvic: nv-interrupt-controller {
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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment