1/ { 2 nvic: interrupt-controller@e000e100 { 3 compatible = "arm,armv7m-nvic"; 4 interrupt-controller; 5 #interrupt-cells = <1>; 6 reg = <0xe000e100 0xc00>; 7 }; 8 9 systick: timer@e000e010 { 10 compatible = "arm,armv7m-systick"; 11 reg = <0xe000e010 0x10>; 12 status = "disabled"; 13 }; 14 15 soc { 16 #address-cells = <1>; 17 #size-cells = <1>; 18 compatible = "simple-bus"; 19 interrupt-parent = <&nvic>; 20 ranges; 21 }; 22}; 23