x86: Make the vdso2c compiler use the host architecture headers
[linux/fpc-iii.git] / arch / arm / boot / dts / armv7-m.dtsi
blob16331aa79775667304c244e4b45b6928fbe0f02b
1 #include "skeleton.dtsi"
3 / {
4         nvic: interrupt-controller@e000e100  {
5                 compatible = "arm,armv7m-nvic";
6                 interrupt-controller;
7                 #interrupt-cells = <1>;
8                 reg = <0xe000e100 0xc00>;
9         };
11         systick: timer@e000e010 {
12                 compatible = "arm,armv7m-systick";
13                 reg = <0xe000e010 0x10>;
14                 status = "disabled";
15         };
17         soc {
18                 #address-cells = <1>;
19                 #size-cells = <1>;
20                 compatible = "simple-bus";
21                 interrupt-parent = <&nvic>;
22                 ranges;
23         };