0001 Turris Mox rWTM firmware driver
0002
0003 Required properties:
0004 - compatible : Should be "cznic,turris-mox-rwtm"
0005 - mboxes : Must contain a reference to associated mailbox
0006
0007 This device tree node should be used on Turris Mox, or potentially another A3700
0008 compatible device running the Mox's rWTM firmware in the secure processor (for
0009 example it is possible to flash this firmware into EspressoBin).
0010
0011 Example:
0012
0013 firmware {
0014 turris-mox-rwtm {
0015 compatible = "cznic,turris-mox-rwtm";
0016 mboxes = <&rwtm 0>;
0017 status = "okay";
0018 };
0019 };