x86/mm/pat: Don't report PAT on CPUs that don't support it
[linux/fpc-iii.git] / arch / arm / boot / dts / armv7-m.dtsi
blobba332e399be42d42da19ddb44a7f98f4efe00ac1
1 / {
2         nvic: interrupt-controller@e000e100  {
3                 compatible = "arm,armv7m-nvic";
4                 interrupt-controller;
5                 #interrupt-cells = <1>;
6                 reg = <0xe000e100 0xc00>;
7         };
9         systick: timer@e000e010 {
10                 compatible = "arm,armv7m-systick";
11                 reg = <0xe000e010 0x10>;
12                 status = "disabled";
13         };
15         soc {
16                 #address-cells = <1>;
17                 #size-cells = <1>;
18                 compatible = "simple-bus";
19                 interrupt-parent = <&nvic>;
20                 ranges;
21         };