Path: blob/master/Documentation/devicetree/bindings/firmware/cznic,turris-mox-rwtm.yaml
121834 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/firmware/cznic,turris-mox-rwtm.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: CZ.NIC Turris Mox rWTM firmware78maintainers:9- Marek Behún <kabel@kernel.org>1011description:12This device tree node should be used on Turris Mox, or potentially another13A3700 compatible device running the Mox's rWTM firmware in the secure14processor (for example it is possible to flash this firmware into15EspressoBin).1617properties:18compatible:19oneOf:20- items:21- const: marvell,armada-3700-rwtm-firmware22- const: cznic,turris-mox-rwtm23- const: marvell,armada-3700-rwtm-firmware2425mboxes:26maxItems: 12728required:29- compatible30- mboxes3132additionalProperties: false3334examples:35- |36turris-mox-rwtm {37compatible = "marvell,armada-3700-rwtm-firmware", "cznic,turris-mox-rwtm";38mboxes = <&rwtm 0>;39};404142