diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2019-11-28 19:05:03 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2019-11-28 19:05:03 +0000 |
commit | c3f1cfc76c9a579767282ac81d2be1cfb20aea92 (patch) | |
tree | 2ceec207f54ea88f7e65cbfc01d27ccf39cb9693 /Bindings/firmware/cznic,turris-mox-rwtm.txt | |
parent | 01e5ca170569c10889ed1bb2efcf4d19eae1353c (diff) |
Import devicetree files from Linux 5.4vendor/device-tree/5.4
Notes
Notes:
svn path=/vendor/device-tree/dist/; revision=355185
svn path=/vendor/device-tree/5.4/; revision=355186; tag=vendor/device-tree/5.4
Diffstat (limited to 'Bindings/firmware/cznic,turris-mox-rwtm.txt')
-rw-r--r-- | Bindings/firmware/cznic,turris-mox-rwtm.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Bindings/firmware/cznic,turris-mox-rwtm.txt b/Bindings/firmware/cznic,turris-mox-rwtm.txt new file mode 100644 index 000000000000..338169dea7bb --- /dev/null +++ b/Bindings/firmware/cznic,turris-mox-rwtm.txt @@ -0,0 +1,19 @@ +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"; + }; + }; |