Documentation/devicetree/bindings/interrupt-controller/img,pdc-intc.yaml
Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/interrupt-controller/img,pdc-intc.yaml
File Facts
- System
- Linux kernel
- Corpus path
Documentation/devicetree/bindings/interrupt-controller/img,pdc-intc.yaml- Extension
.yaml- Size
- 2061 bytes
- Lines
- 80
- 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
- No C-style include directives detected by the generator.
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/interrupt-controller/img,pdc-intc.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: ImgTec Powerdown Controller (PDC) Interrupt Controller
maintainers:
- James Hogan <jhogan@kernel.org>
description:
ImgTec Powerdown Controller (PDC) Interrupt Controller has a number of input
interrupt lines which can wake the system, and are passed on through output
interrupt lines.
properties:
compatible:
const: img,pdc-intc
reg:
maxItems: 1
interrupt-controller: true
'#interrupt-cells':
description: >
<1st-cell>: The interrupt-number that identifies the interrupt source.
0-7: Peripheral interrupts
8-15: SysWake interrupts
<2nd-cell>: The level-sense information, encoded using the Linux interrupt
flags as follows (only 4 valid for peripheral interrupts):
0 = none (decided by software)
1 = low-to-high edge triggered
2 = high-to-low edge triggered
3 = both edge triggered
4 = active-high level-sensitive (required for perip irqs)
8 = active-low level-sensitive
const: 2
num-perips:
description: Number of waking peripherals
$ref: /schemas/types.yaml#/definitions/uint32
maximum: 8
num-syswakes:
description: Number of SysWake inputs
$ref: /schemas/types.yaml#/definitions/uint32
maximum: 8
interrupts:
description:
First entry is syswake IRQ. Subsequent entries are 1 per peripheral.
minItems: 2
maxItems: 9
required:
- compatible
- reg
- interrupt-controller
- '#interrupt-cells'
- num-perips
- num-syswakes
- interrupts
additionalProperties: false
examples:
- |
Annotation
- 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.