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 | |
parent | 01e5ca170569c10889ed1bb2efcf4d19eae1353c (diff) | |
download | src-c3f1cfc76c9a579767282ac81d2be1cfb20aea92.tar.gz src-c3f1cfc76c9a579767282ac81d2be1cfb20aea92.zip |
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')
-rw-r--r-- | Bindings/firmware/cznic,turris-mox-rwtm.txt | 19 | ||||
-rw-r--r-- | Bindings/firmware/qcom,scm.txt | 4 |
2 files changed, 22 insertions, 1 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"; + }; + }; diff --git a/Bindings/firmware/qcom,scm.txt b/Bindings/firmware/qcom,scm.txt index 41f133a4e2fa..3f29ea04b5fe 100644 --- a/Bindings/firmware/qcom,scm.txt +++ b/Bindings/firmware/qcom,scm.txt @@ -9,14 +9,16 @@ Required properties: - compatible: must contain one of the following: * "qcom,scm-apq8064" * "qcom,scm-apq8084" + * "qcom,scm-ipq4019" * "qcom,scm-msm8660" * "qcom,scm-msm8916" * "qcom,scm-msm8960" * "qcom,scm-msm8974" * "qcom,scm-msm8996" * "qcom,scm-msm8998" - * "qcom,scm-ipq4019" + * "qcom,scm-sc7180" * "qcom,scm-sdm845" + * "qcom,scm-sm8150" and: * "qcom,scm" - clocks: Specifies clocks needed by the SCM interface, if any: |