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 soc { 12 #address-cells = <1>; 13 #size-cells = <1>; 14 compatible = "simple-bus"; 15 interrupt-parent = <&nvic>; 16 ranges; 17 }; 18}; 19