Documentation/devicetree/bindings/leds/backlight/arc,arc2c0608.yaml
Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/leds/backlight/arc,arc2c0608.yaml
File Facts
- System
- Linux kernel
- Corpus path
Documentation/devicetree/bindings/leds/backlight/arc,arc2c0608.yaml- Extension
.yaml- Size
- 2792 bytes
- Lines
- 109
- 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/leds/backlight/arc,arc2c0608.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: ArcticSand arc2c0608 LED driver
description: |
The ArcticSand arc2c0608 LED driver provides ultra
efficient notebook backlighting. Optional properties not
specified will default to values in IC EPROM.
Datasheet:
https://www.murata.com/-/media/webrenewal/products/power/power-semiconductor/overview/lineup/led-boost/arc2/arc2c0608.ashx.
maintainers:
- Brian Dodge <bdodge@arcticsand.com>
allOf:
- $ref: /schemas/leds/common.yaml
properties:
compatible:
const: arc,arc2c0608
reg:
maxItems: 1
default-brightness:
$ref: /schemas/types.yaml#/definitions/uint32
minimum: 0
maximum: 4095
led-sources:
$ref: /schemas/types.yaml#/definitions/uint32-array
description: List of enabled channels
items:
enum: [0, 1, 2, 3, 4, 5]
minItems: 1
uniqueItems: true
arc,led-config-0:
$ref: /schemas/types.yaml#/definitions/uint32
description: Fading speed (period between intensity
steps)
arc,led-config-1:
$ref: /schemas/types.yaml#/definitions/uint32
description: If set, sets ILED_CONFIG register. Used for
fine tuning the maximum LED current.
arc,dim-freq:
$ref: /schemas/types.yaml#/definitions/uint32
description: PWM mode frequency setting (bits [3:0] used)
arc,comp-config:
$ref: /schemas/types.yaml#/definitions/uint32
description: Setting for register CONFIG_COMP which
controls internal resitances, feed forward freqs,
and initial VOUT at startup. Consult the datasheet.
arc,filter-config:
$ref: /schemas/types.yaml#/definitions/uint32
description: RC and PWM Filter settings.
Bit Assignment
7654 3 2 1 0
xxxx RCF1 RCF0 PWM1 PWM0
RCF statuses PWM Filter Statues
00 = OFF (default) 00 = OFF (default)
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.