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.
- Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.
Dependency Surface
dt-bindings/soc/ti,sci_pm_domain.h
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
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
- Immediate include surface: `dt-bindings/soc/ti,sci_pm_domain.h`.
- Atlas domain: Support Tooling And Documentation / Documentation.
- Implementation status: atlas-only.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.