Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 991c1292 authored by Duc Dang's avatar Duc Dang
Browse files

arm64: dts: Add X-Gene v2 reboot driver dts node



This patch add dts nodes for X-Gene v2 (APM X-Gene Shadowcat SoC)
platforms to use generic SYSCON regmap reset driver for its reset
operation.

Signed-off-by: default avatarDuc Dang <dhdang@apm.com>
parent e144dc5b
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -172,6 +172,18 @@
			};
		};

		scu: system-clk-controller@17000000 {
			compatible = "apm,xgene-scu","syscon";
			reg = <0x0 0x17000000 0x0 0x400>;
		};

		reboot: reboot@17000014 {
			compatible = "syscon-reboot";
			regmap = <&scu>;
			offset = <0x14>;
			mask = <0x1>;
		};

		serial0: serial@10600000 {
			device_type = "serial";
			compatible = "ns16550";