Documentation/devicetree/bindings/display/tegra/nvidia,tegra186-display.yaml
Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/display/tegra/nvidia,tegra186-display.yaml
File Facts
- System
- Linux kernel
- Corpus path
Documentation/devicetree/bindings/display/tegra/nvidia,tegra186-display.yaml- Extension
.yaml- Size
- 9925 bytes
- Lines
- 309
- 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/tegra186-clock.hdt-bindings/interrupt-controller/arm-gic.hdt-bindings/memory/tegra186-mc.hdt-bindings/power/tegra186-powergate.hdt-bindings/reset/tegra186-reset.hdt-bindings/clock/tegra194-clock.hdt-bindings/memory/tegra194-mc.hdt-bindings/power/tegra194-powergate.hdt-bindings/reset/tegra194-reset.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/display/tegra/nvidia,tegra186-display.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: NVIDIA Tegra186 (and later) Display Hub
maintainers:
- Thierry Reding <thierry.reding@gmail.com>
- Jon Hunter <jonathanh@nvidia.com>
properties:
$nodename:
pattern: "^display-hub@[0-9a-f]+$"
compatible:
enum:
- nvidia,tegra186-display
- nvidia,tegra194-display
'#address-cells':
enum: [ 1, 2 ]
'#size-cells':
enum: [ 1, 2 ]
reg:
maxItems: 1
interrupts:
maxItems: 1
clocks:
minItems: 2
maxItems: 3
clock-names:
minItems: 2
maxItems: 3
resets:
items:
- description: display hub reset
- description: window group 0 reset
- description: window group 1 reset
- description: window group 2 reset
- description: window group 3 reset
- description: window group 4 reset
- description: window group 5 reset
reset-names:
items:
- const: misc
- const: wgrp0
- const: wgrp1
- const: wgrp2
- const: wgrp3
- const: wgrp4
- const: wgrp5
power-domains:
maxItems: 1
ranges:
maxItems: 1
patternProperties:
"^display@[0-9a-f]+$":
type: object
Annotation
- Immediate include surface: `dt-bindings/clock/tegra186-clock.h`, `dt-bindings/interrupt-controller/arm-gic.h`, `dt-bindings/memory/tegra186-mc.h`, `dt-bindings/power/tegra186-powergate.h`, `dt-bindings/reset/tegra186-reset.h`, `dt-bindings/clock/tegra194-clock.h`, `dt-bindings/memory/tegra194-mc.h`, `dt-bindings/power/tegra194-powergate.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.