Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates > by-pkgid > 8b1b14f34030bfa38399b9439603610b > files > 1944

kernel-linus-doc-5.4.20-1.mga7.noarch.rpm

Turris Mox rWTM firmware driver

Required properties:
 - compatible		: Should be "cznic,turris-mox-rwtm"
 - mboxes		: Must contain a reference to associated mailbox

This device tree node should be used on Turris Mox, or potentially another A3700
compatible device running the Mox's rWTM firmware in the secure processor (for
example it is possible to flash this firmware into EspressoBin).

Example:

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