Documentation/devicetree/bindings/media/i2c/st,vd56g3.yaml
Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/media/i2c/st,vd56g3.yaml
File Facts
- System
- Linux kernel
- Corpus path
Documentation/devicetree/bindings/media/i2c/st,vd56g3.yaml- Extension
.yaml- Size
- 3416 bytes
- Lines
- 140
- 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 OR BSD-2-Clause)
# Copyright (c) 2024 STMicroelectronics SA.
%YAML 1.2
---
$id: http://devicetree.org/schemas/media/i2c/st,vd56g3.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: STMicroelectronics VD56G3 Global Shutter Image Sensor
maintainers:
- Benjamin Mugnier <benjamin.mugnier@foss.st.com>
- Sylvain Petinot <sylvain.petinot@foss.st.com>
description: |-
The STMicroelectronics VD56G3 is a 1.5 M pixel global shutter image sensor
with an active array size of 1124 x 1364 (portrait orientation). It is
programmable through I2C, the address is fixed to 0x10. The sensor output is
available via CSI-2, which is configured as either 1 or 2 data lanes. The
sensor provides 8 GPIOS that can be used for external LED signal
(synchronized with sensor integration periods)
allOf:
- $ref: /schemas/media/video-interface-devices.yaml#
properties:
compatible:
enum:
- st,vd56g3
- st,vd66gy
description:
Two variants are availables; VD56G3 is a monochrome sensor while VD66GY
is a colour variant.
reg:
maxItems: 1
clocks:
maxItems: 1
vcore-supply:
description: Digital core power supply (1.15V)
vddio-supply:
description: Digital IO power supply (1.8V)
vana-supply:
description: Analog power supply (2.8V)
reset-gpios:
description: Sensor reset active low GPIO (XSHUTDOWN)
maxItems: 1
st,leds:
description:
List sensor's GPIOs used to control strobe light sources during exposure
time. The numbers identify the sensor pin on which the illumination system
is connected. GPIOs are active-high.
$ref: /schemas/types.yaml#/definitions/uint32-array
minItems: 1
maxItems: 8
items:
minimum: 0
maximum: 7
port:
$ref: /schemas/graph.yaml#/$defs/port-base
additionalProperties: false
properties:
endpoint:
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.