Deleted Added
sdiff udiff text old ( 279385 ) new ( 295436 )
full compact
1#include "skeleton.dtsi"
2
3/ {
4 nvic: nv-interrupt-controller {
5 compatible = "arm,armv7m-nvic";
6 interrupt-controller;
7 #interrupt-cells = <1>;
8 reg = <0xe000e100 0xc00>;
9 };
10
11 systick: timer@e000e010 {
12 compatible = "arm,armv7m-systick";
13 reg = <0xe000e010 0x10>;
14 status = "disabled";
15 };
16
17 soc {
18 #address-cells = <1>;
19 #size-cells = <1>;
20 compatible = "simple-bus";
21 interrupt-parent = <&nvic>;
22 ranges;
23 };
24};