Documentation/devicetree/bindings/memory-controllers/renesas,rzg3e-xspi.yaml
Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/memory-controllers/renesas,rzg3e-xspi.yaml
File Facts
- System
- Linux kernel
- Corpus path
Documentation/devicetree/bindings/memory-controllers/renesas,rzg3e-xspi.yaml- Extension
.yaml- Size
- 4209 bytes
- Lines
- 183
- 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.hdt-bindings/clock/renesas,r9a09g047-cpg.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/memory-controllers/renesas,rzg3e-xspi.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Renesas Expanded Serial Peripheral Interface (xSPI)
maintainers:
- Biju Das <biju.das.jz@bp.renesas.com>
description: |
Renesas xSPI allows a SPI flash connected to the SoC to be accessed via
the memory-mapping or the manual command mode.
The flash chip itself should be represented by a subnode of the XSPI node.
The flash interface is selected based on the "compatible" property of this
subnode:
- "jedec,spi-nor";
allOf:
- $ref: /schemas/spi/spi-controller.yaml#
properties:
compatible:
oneOf:
- const: renesas,r9a09g047-xspi # RZ/G3E
- items:
- enum:
- renesas,r9a09g056-xspi # RZ/V2N
- renesas,r9a09g057-xspi # RZ/V2H(P)
- renesas,r9a09g077-xspi # RZ/T2H
- renesas,r9a09g087-xspi # RZ/N2H
- const: renesas,r9a09g047-xspi
reg:
items:
- description: xSPI registers
- description: direct mapping area
reg-names:
items:
- const: regs
- const: dirmap
interrupts:
items:
- description: Interrupt pulse signal by factors excluding errors
- description: Interrupt pulse signal by error factors
interrupt-names:
items:
- const: pulse
- const: err_pulse
clocks:
oneOf:
- items:
- description: AHB clock
- description: AXI clock
- description: SPI clock
- description: Double speed SPI clock
- items:
- description: AHB clock
- description: SPI clock
clock-names:
oneOf:
- items:
Annotation
- Immediate include surface: `dt-bindings/interrupt-controller/arm-gic.h`, `dt-bindings/clock/renesas,r9a09g047-cpg.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.