1 // SPDX-License-Identifier: GPL-2.0
3 nvic: interrupt-controller@e000e100 {
4 compatible = "arm,armv7m-nvic";
6 #interrupt-cells = <1>;
7 reg = <0xe000e100 0xc00>;
10 systick: timer@e000e010 {
11 compatible = "arm,armv7m-systick";
12 reg = <0xe000e010 0x10>;
19 compatible = "simple-bus";
20 interrupt-parent = <&nvic>;