aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/boot/dts/xilfpga/microAptiv.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/boot/dts/xilfpga/microAptiv.dtsi')
-rw-r--r--arch/mips/boot/dts/xilfpga/microAptiv.dtsi22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/xilfpga/microAptiv.dtsi b/arch/mips/boot/dts/xilfpga/microAptiv.dtsi
new file mode 100644
index 000000000..87b2b1f9a
--- /dev/null
+++ b/arch/mips/boot/dts/xilfpga/microAptiv.dtsi
@@ -0,0 +1,22 @@
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};