2 nvic: interrupt-controller@e000e100 {
3 compatible = "arm,armv7m-nvic";
5 #interrupt-cells = <1>;
6 reg = <0xe000e100 0xc00>;
9 systick: timer@e000e010 {
10 compatible = "arm,armv7m-systick";
11 reg = <0xe000e010 0x10>;
18 compatible = "simple-bus";
19 interrupt-parent = <&nvic>;