Documentation/devicetree/bindings/leds/ti,lm3560.yaml
Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/leds/ti,lm3560.yaml
File Facts
- System
- Linux kernel
- Corpus path
Documentation/devicetree/bindings/leds/ti,lm3560.yaml- Extension
.yaml- Size
- 3944 bytes
- Lines
- 164
- 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/gpio/gpio.hdt-bindings/leds/common.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/leds/ti,lm3560.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: TI LM3560 Synchronous Boost Flash Driver
maintainers:
- Svyatoslav Ryhel <clamor95@gmail.com>
description:
The LM3560 is a 2-MHz fixed frequency synchronous boost converter with two
1000-mA constant current drivers for high-current white LEDs. The dual high-
side current sources allow for grounded cathode LED operation and can be
tied together for providing flash currents at up to 2 A through a single LED.
An adaptive regulation method ensures the current for each LED remains in
regulation and maximizes efficiency.
properties:
compatible:
enum:
- ti,lm3559
- ti,lm3560
reg:
maxItems: 1
'#address-cells':
const: 1
'#size-cells':
const: 0
enable-gpios:
description: GPIO connected to the HWEN pin.
maxItems: 1
vin-supply:
description: Supply connected to the IN line.
flash-max-timeout-us:
minimum: 32000
maximum: 1024000
default: 32000
ti,peak-current-microamp:
description:
The LM3560 features 4 selectable current limits 1.6A, 2.3A, 3A, and 3.6A
(in case of LM3559 - 1.4A, 2.1A, 2.7A, and 3.2A). When the current limit
is reached, the LM3559/LM3560 stops switching for the remainder of the
switching cycle.
patternProperties:
'^led@[01]$':
type: object
$ref: /schemas/leds/common.yaml#
description: LED control bank nodes.
unevaluatedProperties: false
properties:
reg:
description: Control bank selection (0 = bank A, 1 = bank B).
maximum: 1
required:
- reg
- flash-max-microamp
- led-max-microamp
Annotation
- Immediate include surface: `dt-bindings/gpio/gpio.h`, `dt-bindings/leds/common.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.