dts: arm: delete systick node from SoCs not having the SysTick timer

ARM SysTick peripheral is optional in Cortex-M0 MCUs,
so we delete the respective dts node when the peripheral
is not present.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2019-05-14 09:44:28 +02:00 committed by Kumar Gala
commit 8ce04c5a6b

View file

@ -219,6 +219,9 @@
arm,num-irq-priority-bits = <2>;
};
/delete-node/ &systick;
&sw_pwm {
timer-instance = <1>;
channel-count = <3>;