Documentation/devicetree/bindings/media/ti,j721e-csi2rx-shim.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/media/ti,j721e-csi2rx-shim.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/media/ti,j721e-csi2rx-shim.yaml
Extension
.yaml
Size
3063 bytes
Lines
134
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/media/ti,j721e-csi2rx-shim.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: TI J721E CSI2RX Shim

description: |
  The TI J721E CSI2RX Shim is a wrapper around Cadence CSI2RX bridge that
  enables sending captured frames to memory over PSI-L DMA. In the J721E
  Technical Reference Manual (SPRUIL1B) it is referred to as "SHIM" under the
  CSI_RX_IF section.

maintainers:
  - Jai Luthra <jai.luthra@linux.dev>

properties:
  compatible:
    const: ti,j721e-csi2rx-shim

  dmas:
    minItems: 1
    maxItems: 32

  dma-names:
    minItems: 1
    items:
      - const: rx0
      - const: rx1
      - const: rx2
      - const: rx3
      - const: rx4
      - const: rx5
      - const: rx6
      - const: rx7
      - const: rx8
      - const: rx9
      - const: rx10
      - const: rx11
      - const: rx12
      - const: rx13
      - const: rx14
      - const: rx15
      - const: rx16
      - const: rx17
      - const: rx18
      - const: rx19
      - const: rx20
      - const: rx21
      - const: rx22
      - const: rx23
      - const: rx24
      - const: rx25
      - const: rx26
      - const: rx27
      - const: rx28
      - const: rx29
      - const: rx30
      - const: rx31

  reg:
    maxItems: 1

  power-domains:
    maxItems: 1

  ranges: true

  "#address-cells": true

Annotation

Implementation Notes