Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/Documentation/devicetree/bindings/firmware/cznic,turris-mox-rwtm.yaml
121834 views
1
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2
%YAML 1.2
3
---
4
$id: http://devicetree.org/schemas/firmware/cznic,turris-mox-rwtm.yaml#
5
$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7
title: CZ.NIC Turris Mox rWTM firmware
8
9
maintainers:
10
- Marek Behún <kabel@kernel.org>
11
12
description:
13
This device tree node should be used on Turris Mox, or potentially another
14
A3700 compatible device running the Mox's rWTM firmware in the secure
15
processor (for example it is possible to flash this firmware into
16
EspressoBin).
17
18
properties:
19
compatible:
20
oneOf:
21
- items:
22
- const: marvell,armada-3700-rwtm-firmware
23
- const: cznic,turris-mox-rwtm
24
- const: marvell,armada-3700-rwtm-firmware
25
26
mboxes:
27
maxItems: 1
28
29
required:
30
- compatible
31
- mboxes
32
33
additionalProperties: false
34
35
examples:
36
- |
37
turris-mox-rwtm {
38
compatible = "marvell,armada-3700-rwtm-firmware", "cznic,turris-mox-rwtm";
39
mboxes = <&rwtm 0>;
40
};
41
42