summaryrefslogtreecommitdiffstats
path: root/arch/mips/dts/qemu-malta.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/dts/qemu-malta.dts')
-rw-r--r--arch/mips/dts/qemu-malta.dts24
1 files changed, 22 insertions, 2 deletions
diff --git a/arch/mips/dts/qemu-malta.dts b/arch/mips/dts/qemu-malta.dts
index 2d6f4a0ca3..c2bc03dd46 100644
--- a/arch/mips/dts/qemu-malta.dts
+++ b/arch/mips/dts/qemu-malta.dts
@@ -10,7 +10,7 @@
chosen {
environment {
compatible = "barebox,environment";
- device-path = &nor0, "partname:barebox-environment";
+ device-path = &env_nor;
};
};
@@ -19,6 +19,26 @@
reg = <0x00000000 0x10000000>;
};
+ clocks {
+ ref_clk: ref_clk {
+ #clock-cells = <0>;
+ compatible = "fixed-clock";
+ clock-frequency = <320000000>;
+ };
+ };
+
+ cpus {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ cpu@0 {
+ device_type = "cpu";
+ compatible = "mips,mips24Kf";
+ clocks = <&ref_clk>;
+ reg = <0>;
+ };
+ };
+
uart0: serial@180003f8 {
compatible = "ns16550a";
reg = <0x180003f8 0x08>;
@@ -79,7 +99,7 @@
read-only;
};
- partition@80000 {
+ env_nor: partition@80000 {
label = "barebox-environment";
reg = <0x80000 0x10000>;
};