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

Commit e2b28026 authored by Marek Behún's avatar Marek Behún Committed by Greg Kroah-Hartman
Browse files

arm64: dts: armada-3720-turris-mox: add firmware node



[ Upstream commit 46d2f6d0c99f7f95600e633c7dc727745faaf95e ]

Add the node representing the firmware running on the secure processor.

Signed-off-by: default avatarMarek Behún <marek.behun@nic.cz>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent f7d1fa65
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -106,6 +106,14 @@
		/* enabled by U-Boot if SFP module is present */
		status = "disabled";
	};

	firmware {
		turris-mox-rwtm {
			compatible = "cznic,turris-mox-rwtm";
			mboxes = <&rwtm 0>;
			status = "okay";
		};
	};
};

&i2c0 {