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:
parent
579ac7bd1a
commit
8ce04c5a6b
1 changed files with 3 additions and 0 deletions
|
@ -219,6 +219,9 @@
|
|||
arm,num-irq-priority-bits = <2>;
|
||||
};
|
||||
|
||||
/delete-node/ &systick;
|
||||
|
||||
|
||||
&sw_pwm {
|
||||
timer-instance = <1>;
|
||||
channel-count = <3>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue