Documentation/devicetree/bindings/spmi/mediatek,mt8196-spmi.yaml
Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/spmi/mediatek,mt8196-spmi.yaml
File Facts
- System
- Linux kernel
- Corpus path
Documentation/devicetree/bindings/spmi/mediatek,mt8196-spmi.yaml- Extension
.yaml- Size
- 3652 bytes
- Lines
- 139
- 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/interrupt-controller/arm-gic.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 OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/spmi/mediatek,mt8196-spmi.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: MediaTek MT8196 SPMI 2.0 Controller
maintainers:
- Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com>
- AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
description:
The MediaTek MT8196 SoC features a SPMI version 2.0 compliant controller,
with internal wrapping arbitration logic to allow for multiple on-chip
devices to control up to two SPMI buses.
The main arbiter also acts as an interrupt controller, arbitering also
the interrupts coming from SPMI-connected devices into each of the nested
interrupt controllers from any of the present SPMI buses.
properties:
compatible:
oneOf:
- enum:
- mediatek,mt8196-spmi
- items:
- enum:
- mediatek,mt6991-spmi
- const: mediatek,mt8196-spmi
ranges: true
'#address-cells':
const: 1
'#size-cells':
const: 1
patternProperties:
"^spmi@[a-f0-9]+$":
type: object
$ref: /schemas/spmi/spmi.yaml
unevaluatedProperties: false
properties:
reg:
items:
- description: controller interface registers
- description: spmi master controller registers
reg-names:
items:
- const: pmif
- const: spmimst
clocks:
items:
- description: controller interface system clock
- description: controller interface timer clock
- description: spmi controller master clock
clock-names:
items:
- const: pmif_sys_ck
- const: pmif_tmr_ck
- const: spmimst_clk_mux
interrupts:
maxItems: 1
Annotation
- Immediate include surface: `dt-bindings/interrupt-controller/arm-gic.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.