repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linux
[linux/fpc-iii.git]
/
arch
/
arm
/
boot
/
dts
/
armv7-m.dtsi
blob
5a660d0faf42eac14ccae480f55b60093f238648
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
};