summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts
diff options
context:
space:
mode:
authorAshish Kumar <Ashish.Kumar@nxp.com>2017-06-19 13:02:13 (GMT)
committerXie Xiaobo <xiaobo.xie@nxp.com>2017-09-25 07:25:42 (GMT)
commit89ca96bb2300a873da0d7375c0bfcbaa4fa5f9b0 (patch)
tree92b3e2b387e8c0f4e2c947d8b03d264c0d92ca0e /arch/arm64/boot/dts
parentdbf1e04570f44780a318261639bf8020883169b5 (diff)
downloadlinux-89ca96bb2300a873da0d7375c0bfcbaa4fa5f9b0.tar.xz
arm64: dts: ls1088: Add Reboot node in dtsi
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi24
1 files changed, 19 insertions, 5 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
index d826459..85e77c6 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
@@ -236,11 +236,6 @@
};
};
- dcfg: dcfg@1e00000 {
- compatible = "fsl,ls1088a-dcfg", "syscon";
- reg = <0x0 0x1e00000 0x0 0x10000>;
- little-endian;
- };
};
sysclk: sysclk {
@@ -250,6 +245,25 @@
clock-output-names = "sysclk";
};
+ dcfg: dcfg@1e00000 {
+ compatible = "fsl,ls1088a-dcfg", "syscon";
+ reg = <0x0 0x1e00000 0x0 0x10000>;
+ little-endian;
+ };
+
+ rstcr: syscon@1e60000 {
+ compatible = "fsl,ls1088a-rstcr", "syscon";
+ reg = <0x0 0x1e60000 0x0 0x4>;
+ };
+
+ reboot {
+ compatible = "syscon-reboot";
+ regmap = <&rstcr>;
+ offset = <0x0>;
+ mask = <0x02>;
+ };
+
+
soc {
compatible = "simple-bus";
#address-cells = <2>;