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
of: MSI: Simplify irqdomain lookup
[linux/fpc-iii.git]
/
arch
/
mips
/
boot
/
dts
/
xilfpga
/
microAptiv.dtsi
blob
81d518e75785c15e9873e941a75dbcc0b4029ace
1
/ {
2
#address-cells = <1>;
3
#size-cells = <1>;
4
compatible = "img,xilfpga";
5
6
cpus {
7
#address-cells = <1>;
8
#size-cells = <0>;
9
cpu@0 {
10
device_type = "cpu";
11
compatible = "mips,m14Kc";
12
clocks = <&ext>;
13
reg = <0>;
14
};
15
};
16
17
ext: ext {
18
compatible = "fixed-clock";
19
#clock-cells = <0>;
20
};
21
};