1 #include "skeleton.dtsi"
4 nvic: interrupt-controller@e000e100 {
5 compatible = "arm,armv7m-nvic";
7 #interrupt-cells = <1>;
8 reg = <0xe000e100 0xc00>;
11 systick: timer@e000e010 {
12 compatible = "arm,armv7m-systick";
13 reg = <0xe000e010 0x10>;
20 compatible = "simple-bus";
21 interrupt-parent = <&nvic>;