]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/arm/boot/dts/armv7-m.dtsi
Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/audit
[mirror_ubuntu-bionic-kernel.git] / arch / arm / boot / dts / armv7-m.dtsi
1 #include "skeleton.dtsi"
2
3 / {
4 nvic: interrupt-controller@e000e100 {
5 compatible = "arm,armv7m-nvic";
6 interrupt-controller;
7 #interrupt-cells = <1>;
8 reg = <0xe000e100 0xc00>;
9 };
10
11 systick: timer@e000e010 {
12 compatible = "arm,armv7m-systick";
13 reg = <0xe000e010 0x10>;
14 status = "disabled";
15 };
16
17 soc {
18 #address-cells = <1>;
19 #size-cells = <1>;
20 compatible = "simple-bus";
21 interrupt-parent = <&nvic>;
22 ranges;
23 };
24 };