]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/gnu/dts/arm/armv7-m.dtsi
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / sys / gnu / dts / arm / 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 };