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

Commit f143bf34 authored by Vladimir Zapolskiy's avatar Vladimir Zapolskiy Committed by Thierry Reding
Browse files

ARM: tegra: Add device tree node to describe IRAM on Tegra20



All Tegra20 SoCs contain 256 KiB IRAM, which is used to store resume
code and by the video decoder engine.

Signed-off-by: default avatarVladimir Zapolskiy <vz@mleia.com>
Signed-off-by: default avatarDmitry Osipenko <digetx@gmail.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 4fbd8d19
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -10,6 +10,14 @@
	compatible = "nvidia,tegra20";
	interrupt-parent = <&lic>;

	iram@40000000 {
		compatible = "mmio-sram";
		reg = <0x40000000 0x40000>;
		#address-cells = <1>;
		#size-cells = <1>;
		ranges = <0 0x40000000 0x40000>;
	};

	host1x@50000000 {
		compatible = "nvidia,tegra20-host1x", "simple-bus";
		reg = <0x50000000 0x00024000>;