Documentation/devicetree/bindings/mfd/zii,rave-sp.yaml
Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/mfd/zii,rave-sp.yaml
File Facts
- System
- Linux kernel
- Corpus path
Documentation/devicetree/bindings/mfd/zii,rave-sp.yaml- Extension
.yaml- Size
- 1336 bytes
- Lines
- 64
- 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/mfd/zii,rave-sp.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Zodiac Inflight Innovations RAVE Supervisory Processor
maintainers:
- Frank Li <Frank.Li@nxp.com>
description:
RAVE Supervisory Processor communicates with SoC over UART. It is
expected that its Device Tree node is specified as a child of a node
corresponding to UART controller used for communication.
properties:
compatible:
enum:
- zii,rave-sp-niu
- zii,rave-sp-mezz
- zii,rave-sp-esb
- zii,rave-sp-rdu1
- zii,rave-sp-rdu2
"#address-cells":
const: 1
"#size-cells":
const: 1
watchdog:
$ref: /schemas/watchdog/zii,rave-sp-wdt.yaml
backlight:
$ref: /schemas/leds/backlight/zii,rave-sp-backlight.yaml
pwrbutton:
$ref: /schemas/input/zii,rave-sp-pwrbutton.yaml
patternProperties:
'^eeprom@[0-9a-f]+$':
$ref: /schemas/nvmem/zii,rave-sp-eeprom.yaml
required:
- compatible
allOf:
- $ref: /schemas/serial/serial-peripheral-props.yaml
unevaluatedProperties: false
examples:
- |
mfd {
compatible = "zii,rave-sp-rdu2";
current-speed = <1000000>;
watchdog {
compatible = "zii,rave-sp-watchdog";
};
};
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.