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

Commit c466d997 authored by Boris Brezillon's avatar Boris Brezillon Committed by Gregory CLEMENT
Browse files

ARM: mvebu: define crypto SRAM ranges for all armada-xp boards



Define the crypto SRAM ranges so that the resources referenced by the
sa-sram node can be properly extracted from the DT.

Signed-off-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent b2ee6b7b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -69,7 +69,9 @@

	soc {
		ranges = <MBUS_ID(0xf0, 0x01) 0 0 0xf1000000 0x100000
			  MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000>;
			  MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000
			  MBUS_ID(0x09, 0x09) 0 0 0xf8100000 0x10000
			  MBUS_ID(0x09, 0x05) 0 0 0xf8110000 0x10000>;

		pcie-controller {
			status = "okay";
+3 −1
Original line number Diff line number Diff line
@@ -75,7 +75,9 @@
	soc {
		ranges = <MBUS_ID(0xf0, 0x01) 0 0 0xf1000000 0x100000
			  MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000
			  MBUS_ID(0x01, 0x2f) 0 0 0xf0000000 0x1000000>;
			  MBUS_ID(0x01, 0x2f) 0 0 0xf0000000 0x1000000
			  MBUS_ID(0x09, 0x09) 0 0 0xf8100000 0x10000
			  MBUS_ID(0x09, 0x05) 0 0 0xf8110000 0x10000>;

		devbus-bootcs {
			status = "okay";
+3 −1
Original line number Diff line number Diff line
@@ -94,7 +94,9 @@
	soc {
		ranges = <MBUS_ID(0xf0, 0x01) 0 0 0xf1000000 0x100000
			  MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000
			  MBUS_ID(0x01, 0x2f) 0 0 0xf0000000 0x1000000>;
			  MBUS_ID(0x01, 0x2f) 0 0 0xf0000000 0x1000000
			  MBUS_ID(0x09, 0x09) 0 0 0xf8100000 0x10000
			  MBUS_ID(0x09, 0x05) 0 0 0xf8110000 0x10000>;

		devbus-bootcs {
			status = "okay";
+3 −1
Original line number Diff line number Diff line
@@ -64,7 +64,9 @@

	soc {
		ranges = <MBUS_ID(0xf0, 0x01) 0 0 0xd0000000 0x100000
			MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000>;
			MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000
			MBUS_ID(0x09, 0x09) 0 0 0xf8100000 0x10000
			MBUS_ID(0x09, 0x05) 0 0 0xf8110000 0x10000>;

		pcie-controller {
			status = "okay";
+3 −1
Original line number Diff line number Diff line
@@ -69,7 +69,9 @@

	soc {
		ranges = <MBUS_ID(0xf0, 0x01) 0 0 0xf1000000 0x100000
			  MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000>;
			  MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000
			  MBUS_ID(0x09, 0x09) 0 0 0xf8100000 0x10000
			  MBUS_ID(0x09, 0x05) 0 0 0xf8110000 0x10000>;

		pcie-controller {
			status = "okay";
Loading