Documentation/devicetree/bindings/usb/ti,omap4-musb.yaml
Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/usb/ti,omap4-musb.yaml
File Facts
- System
- Linux kernel
- Corpus path
Documentation/devicetree/bindings/usb/ti,omap4-musb.yaml- Extension
.yaml- Size
- 2972 bytes
- Lines
- 122
- 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-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/usb/ti,omap4-musb.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Texas Instruments OMAP MUSB USB OTG Controller
maintainers:
- Felipe Balbi <balbi@ti.com>
description:
Texas Instruments glue layer for the Mentor Graphics MUSB OTG controller.
Handles SoC-specific integration including PHY interface bridging(ULPI/
UTMI), interrupt aggregation, DMA engine coordination (internal/
external), VBUS/session control via control module mailbox, and
clock/reset management. Provides fixed hardware configuration parameters
to the generic MUSB core driver.
properties:
compatible:
enum:
- ti,omap3-musb
- ti,omap4-musb
reg:
maxItems: 1
interrupts:
minItems: 1
maxItems: 2
interrupt-names:
minItems: 1
items:
- const: mc
- const: dma
multipoint:
$ref: /schemas/types.yaml#/definitions/uint32
description:
Indicates the MUSB controller supports multipoint. This is a MUSB
configuration-specific setting.
const: 1
num-eps:
$ref: /schemas/types.yaml#/definitions/uint32
description:
Specifies the number of endpoints. This is a MUSB configuration
specific setting.
const: 16
ram-bits:
description: Specifies the RAM address size.
const: 12
interface-type:
$ref: /schemas/types.yaml#/definitions/uint32
description:
Describes the type of interface between the controller and the PHY.
0 for ULPI, 1 for UTMI.
enum: [0, 1]
mode:
$ref: /schemas/types.yaml#/definitions/uint32
description: 1 for HOST, 2 for PERIPHERAL, 3 for OTG.
enum: [1, 2, 3]
power:
$ref: /schemas/types.yaml#/definitions/uint32
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.