]> git.ipfire.org Git - thirdparty/u-boot.git/blob - src/mips/xilfpga/microAptiv.dtsi
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / src / mips / xilfpga / microAptiv.dtsi
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 };