aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/files/arch/mips/boot/dts/vr9.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/lantiq/files/arch/mips/boot/dts/vr9.dtsi')
-rw-r--r--target/linux/lantiq/files/arch/mips/boot/dts/vr9.dtsi19
1 files changed, 9 insertions, 10 deletions
diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/vr9.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/vr9.dtsi
index 6764082e9b..7867bcc88b 100644
--- a/target/linux/lantiq/files/arch/mips/boot/dts/vr9.dtsi
+++ b/target/linux/lantiq/files/arch/mips/boot/dts/vr9.dtsi
@@ -23,10 +23,18 @@
};
};
- cputemp@0 {
+ cputemp {
compatible = "lantiq,cputemp";
};
+ reboot {
+ compatible = "syscon-reboot";
+
+ regmap = <&rcu0>;
+ offset = <0x10>;
+ mask = <0xe0000000>;
+ };
+
biu@1f800000 {
#address-cells = <1>;
#size-cells = <1>;
@@ -147,15 +155,6 @@
reset-names = "phy", "ctrl";
#phy-cells = <0>;
};
-
- reboot@10 {
- compatible = "syscon-reboot";
- reg = <0x10 4>;
-
- regmap = <&rcu0>;
- offset = <0x10>;
- mask = <0xe0000000>;
- };
};
};