Documentation/devicetree/bindings/timer/econet,en751221-timer.yaml
Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/timer/econet,en751221-timer.yaml
File Facts
- System
- Linux kernel
- Corpus path
Documentation/devicetree/bindings/timer/econet,en751221-timer.yaml- Extension
.yaml- Size
- 1872 bytes
- Lines
- 81
- 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 OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/timer/econet,en751221-timer.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: EcoNet EN751221 High Precision Timer (HPT)
maintainers:
- Caleb James DeLisle <cjd@cjdns.fr>
description:
The EcoNet High Precision Timer (HPT) is a timer peripheral found in various
EcoNet SoCs, including the EN751221 and EN751627 families. It provides per-VPE
count/compare registers and a per-CPU control register, with a single interrupt
line using a percpu-devid interrupt mechanism.
properties:
compatible:
oneOf:
- const: econet,en751221-timer
- items:
- const: econet,en751627-timer
- const: econet,en751221-timer
reg:
minItems: 1
maxItems: 2
interrupts:
maxItems: 1
description: A percpu-devid timer interrupt shared across CPUs.
clocks:
maxItems: 1
required:
- compatible
- reg
- interrupts
- clocks
allOf:
- if:
properties:
compatible:
contains:
const: econet,en751627-timer
then:
properties:
reg:
items:
- description: VPE timers 0 and 1
- description: VPE timers 2 and 3
else:
properties:
reg:
items:
- description: VPE timers 0 and 1
additionalProperties: false
examples:
- |
timer@1fbf0400 {
compatible = "econet,en751627-timer", "econet,en751221-timer";
reg = <0x1fbf0400 0x100>, <0x1fbe0000 0x100>;
interrupt-parent = <&intc>;
interrupts = <30>;
clocks = <&hpt_clock>;
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.