mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 21:33:00 +00:00
2c4aaa8763
This adds device tree binding documentation for the driver communicating with the rWTM firmware on Turris Mox. Link: https://lore.kernel.org/r/20190822014318.19478-2-marek.behun@nic.cz Signed-off-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
20 lines
527 B
Plaintext
20 lines
527 B
Plaintext
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";
|
|
};
|
|
};
|