treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / arch / mips / boot / dts / xilfpga / microAptiv.dtsi
blob87b2b1f9a1b04e1fc7615cd7e4b9b681b07b1d4a
1 // SPDX-License-Identifier: GPL-2.0
2 / {
3         #address-cells = <1>;
4         #size-cells = <1>;
5         compatible = "img,xilfpga";
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         };
18         ext: ext {
19                 compatible = "fixed-clock";
20                 #clock-cells = <0>;
21         };