aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/boot/dts/xilfpga/microAptiv.dtsi
diff options
context:
space:
mode:
authorZubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>2015-10-26 11:30:55 +0000
committerRalf Baechle <ralf@linux-mips.org>2015-11-11 08:38:42 +0100
commit552b8b363ede5fc53db343b67c0b2b5eaf783a11 (patch)
tree60c7e2e4fd4d61600186e84ff20009c63c73b65d /arch/mips/boot/dts/xilfpga/microAptiv.dtsi
parentdt-bindings: MIPS: Document xilfpga bindings and boot style (diff)
downloadlinux-dev-552b8b363ede5fc53db343b67c0b2b5eaf783a11.tar.xz
linux-dev-552b8b363ede5fc53db343b67c0b2b5eaf783a11.zip
MIPS: xilfpga: Add xilfpga device tree files.
Add device tree files for the MIPSfpga platform. See Documentation/devicetree/bindings/mips/img/xilfpga.txt for details about MIPSfpga Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> Cc: robh+dt@kernel.org Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Cc: devicetree@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/11362/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/boot/dts/xilfpga/microAptiv.dtsi')
-rw-r--r--arch/mips/boot/dts/xilfpga/microAptiv.dtsi21
1 files changed, 21 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 000000000000..81d518e75785
--- /dev/null
+++ b/arch/mips/boot/dts/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>;
+ };
+};