Documentation/devicetree/bindings/gpio/maxim,max31910.yaml
Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/gpio/maxim,max31910.yaml
File Facts
- System
- Linux kernel
- Corpus path
Documentation/devicetree/bindings/gpio/maxim,max31910.yaml- Extension
.yaml- Size
- 2738 bytes
- Lines
- 105
- 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.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/gpio/maxim,max31910.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Maxim MAX3191x GPIO serializer
maintainers:
- Lukas Wunner <lukas@wunner.de>
properties:
compatible:
enum:
- maxim,max31910
- maxim,max31911
- maxim,max31912
- maxim,max31913
- maxim,max31953
- maxim,max31963
reg:
maxItems: 1
gpio-controller: true
'#gpio-cells':
const: 2
'#daisy-chained-devices':
description: Number of chips in the daisy-chain.
default: 1
maxim,modesel-gpios:
description:
GPIO pins to configure modesel of each chip. The number of GPIOs must
equal "#daisy-chained-devices" (if each chip is driven by a separate pin)
or 1 (if all chips are wired to the same pin).
maxim,fault-gpios:
description:
GPIO pins to read fault of each chip. The number of GPIOs must equal
"#daisy-chained-devices" or 1.
maxim,db0-gpios:
description:
GPIO pins to configure debounce of each chip. The number of GPIOs must
equal "#daisy-chained-devices" or 1.
maxim,db1-gpios:
description:
GPIO pins to configure debounce of each chip. The number of GPIOs must
equal "maxim,db0-gpios".
maxim,modesel-8bit:
description:
Boolean whether the modesel pin of the chips is pulled high (8-bit mode).
Use this if the modesel pin is hardwired and consequently
"maxim,modesel-gpios" cannot be specified. By default if neither this nor
"maxim,modesel-gpios" is given, the driver assumes that modesel is pulled
low (16-bit mode).
type: boolean
maxim,ignore-undervoltage:
description:
Boolean whether to ignore undervoltage alarms signaled by the
"maxim,fault-gpios" or by the status byte (in 16-bit mode). Use this if
the chips are powered through 5VOUT instead of VCC24V, in which case they
will constantly signal undervoltage.
type: boolean
Annotation
- Immediate include surface: `dt-bindings/gpio/gpio.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.