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
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
arch
/
mips
/
boot
/
dts
/
xilfpga
/
microAptiv.dtsi
blob
87b2b1f9a1b04e1fc7615cd7e4b9b681b07b1d4a
1
// SPDX-License-Identifier: GPL-2.0
2
/ {
3
#address-cells = <1>;
4
#size-cells = <1>;
5
compatible = "img,xilfpga";
6
7
cpus {
8
#address-cells = <1>;
9
#size-cells = <0>;
10
cpu@0 {
11
device_type = "cpu";
12
compatible = "mips,m14Kc";
13
clocks = <&ext>;
14
reg = <0>;
15
};
16
};
17
18
ext: ext {
19
compatible = "fixed-clock";
20
#clock-cells = <0>;
21
};
22
};