Skip to content

Commit 8ce04c5

Browse files
ioannisggalak
authored andcommitted
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 <[email protected]>
1 parent 579ac7b commit 8ce04c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dts/arm/nordic/nrf51822.dtsi

+3
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,9 @@
219219
arm,num-irq-priority-bits = <2>;
220220
};
221221

222+
/delete-node/ &systick;
223+
224+
222225
&sw_pwm {
223226
timer-instance = <1>;
224227
channel-count = <3>;

0 commit comments

Comments
 (0)