Documentation/devicetree/bindings/media/qcom,sm8750-iris.yaml
Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/media/qcom,sm8750-iris.yaml
File Facts
- System
- Linux kernel
- Corpus path
Documentation/devicetree/bindings/media/qcom,sm8750-iris.yaml- Extension
.yaml- Size
- 5003 bytes
- Lines
- 187
- 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/clock/qcom,rpmh.hdt-bindings/clock/qcom,sm8750-gcc.hdt-bindings/interrupt-controller/arm-gic.hdt-bindings/interconnect/qcom,icc.hdt-bindings/interconnect/qcom,sm8750-rpmh.hdt-bindings/power/qcom-rpmpd.hdt-bindings/power/qcom,rpmhpd.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/qcom,sm8750-iris.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Qualcomm SM8750 SoC Iris video encoder and decoder
maintainers:
- Krzysztof Kozlowski <krzk@kernel.org>
description:
The Iris video processing unit on Qualcomm SM8750 SoC is a video encode and
decode accelerator.
properties:
compatible:
enum:
- qcom,sm8750-iris
clocks:
maxItems: 6
clock-names:
items:
- const: iface # AXI0
- const: core
- const: vcodec0_core
- const: iface1 # AXI1
- const: core_freerun
- const: vcodec0_core_freerun
dma-coherent: true
interconnects:
maxItems: 2
interconnect-names:
items:
- const: cpu-cfg
- const: video-mem
iommus:
maxItems: 2
operating-points-v2: true
opp-table:
type: object
power-domains:
maxItems: 4
power-domain-names:
items:
- const: venus
- const: vcodec0
- const: mxc
- const: mmcx
resets:
maxItems: 4
reset-names:
items:
- const: bus0
- const: bus1
- const: core
- const: vcodec0_core
required:
Annotation
- Immediate include surface: `dt-bindings/clock/qcom,rpmh.h`, `dt-bindings/clock/qcom,sm8750-gcc.h`, `dt-bindings/interrupt-controller/arm-gic.h`, `dt-bindings/interconnect/qcom,icc.h`, `dt-bindings/interconnect/qcom,sm8750-rpmh.h`, `dt-bindings/power/qcom-rpmpd.h`, `dt-bindings/power/qcom,rpmhpd.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.