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

Commit adb9e354 authored by Richard Gong's avatar Richard Gong Committed by Greg Kroah-Hartman
Browse files

arm64: dts: stratix10: add stratix10 service driver binding to base dtsi



Add Intel Stratix10 service layer to the device tree

Signed-off-by: default avatarRichard Gong <richard.gong@intel.com>
Signed-off-by: default avatarAlan Tull <atull@kernel.org>
Acked-by: default avatarMoritz Fischer <mdf@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a2c1c192
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -24,6 +24,19 @@
	#address-cells = <2>;
	#size-cells = <2>;

	reserved-memory {
		#address-cells = <2>;
		#size-cells = <2>;
		ranges;

		service_reserved: svcbuffer@0 {
			compatible = "shared-dma-pool";
			reg = <0x0 0x0 0x0 0x1000000>;
			alignment = <0x1000>;
			no-map;
		};
	};

	cpus {
		#address-cells = <1>;
		#size-cells = <0>;
@@ -537,5 +550,13 @@

			status = "disabled";
		};

		firmware {
			svc {
				compatible = "intel,stratix10-svc";
				method = "smc";
				memory-region = <&service_reserved>;
			};
		};
	};
};