Merge tag 'powerpc-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / armv7-m.dtsi
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 };