summaryrefslogtreecommitdiff
path: root/arch/mips/dts/microAptiv.dtsi
diff options
context:
space:
mode:
authorZubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>2016-07-29 15:11:19 +0100
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-09-21 14:55:14 +0200
commitd4e85377e79f52172c1df7469bf7d56ab0a85322 (patch)
tree782874b5673720630e39996025ed6a79322207f1 /arch/mips/dts/microAptiv.dtsi
parent2f1f05f432a21de849bc3d8a8213509960ef568e (diff)
downloadu-boot-imx-d4e85377e79f52172c1df7469bf7d56ab0a85322.zip
u-boot-imx-d4e85377e79f52172c1df7469bf7d56ab0a85322.tar.gz
u-boot-imx-d4e85377e79f52172c1df7469bf7d56ab0a85322.tar.bz2
mips: xilfpga: Add device tree files
Mostly the same as the Kernel upstream device tree file except for - alias for the serial console node - ethernet node as the ethernet stuff isn't upstream on kernel.org yet - uart clock-frequency passed directly in the node Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> Reviewed-by: Paul Burton <paul.burton@imgtec.com> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch/mips/dts/microAptiv.dtsi')
-rw-r--r--arch/mips/dts/microAptiv.dtsi21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/mips/dts/microAptiv.dtsi b/arch/mips/dts/microAptiv.dtsi
new file mode 100644
index 0000000..81d518e
--- /dev/null
+++ b/arch/mips/dts/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>;
+ };
+};