WIP FPC-III support
[linux/fpc-iii.git] / Documentation / devicetree / bindings / firmware / cznic,turris-mox-rwtm.txt
blob338169dea7bbb69cf005d964d20d69fdb9b3c7a8
1 Turris Mox rWTM firmware driver
3 Required properties:
4  - compatible           : Should be "cznic,turris-mox-rwtm"
5  - mboxes               : Must contain a reference to associated mailbox
7 This device tree node should be used on Turris Mox, or potentially another A3700
8 compatible device running the Mox's rWTM firmware in the secure processor (for
9 example it is possible to flash this firmware into EspressoBin).
11 Example:
13         firmware {
14                 turris-mox-rwtm {
15                         compatible = "cznic,turris-mox-rwtm";
16                         mboxes = <&rwtm 0>;
17                         status = "okay";
18                 };
19         };