summaryrefslogtreecommitdiffstats
path: root/dts/src/mips/xilfpga/microAptiv.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/mips/xilfpga/microAptiv.dtsi')
-rw-r--r--dts/src/mips/xilfpga/microAptiv.dtsi21
1 files changed, 21 insertions, 0 deletions
diff --git a/dts/src/mips/xilfpga/microAptiv.dtsi b/dts/src/mips/xilfpga/microAptiv.dtsi
new file mode 100644
index 0000000000..81d518e757
--- /dev/null
+++ b/dts/src/mips/xilfpga/microAptiv.dtsi
@@ -0,0 +1,21 @@
+/ {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ compatible = "img,xilfpga";
+
+ cpus {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ cpu@0 {
+ device_type = "cpu";
+ compatible = "mips,m14Kc";
+ clocks = <&ext>;
+ reg = <0>;
+ };
+ };
+
+ ext: ext {
+ compatible = "fixed-clock";
+ #clock-cells = <0>;
+ };
+};