Documentation/devicetree/bindings/firmware/cznic,turris-mox-rwtm.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/firmware/cznic,turris-mox-rwtm.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/firmware/cznic,turris-mox-rwtm.yaml
Extension
.yaml
Size
982 bytes
Lines
41
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: configuration, schema, or hardware description
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/firmware/cznic,turris-mox-rwtm.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: CZ.NIC Turris Mox rWTM firmware

maintainers:
  - Marek BehĂșn <kabel@kernel.org>

description:
  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).

properties:
  compatible:
    oneOf:
      - items:
          - const: marvell,armada-3700-rwtm-firmware
          - const: cznic,turris-mox-rwtm
      - const: marvell,armada-3700-rwtm-firmware

  mboxes:
    maxItems: 1

required:
  - compatible
  - mboxes

additionalProperties: false

examples:
  - |
    turris-mox-rwtm {
        compatible = "marvell,armada-3700-rwtm-firmware", "cznic,turris-mox-rwtm";
        mboxes = <&rwtm 0>;
    };

Annotation

Implementation Notes