arch/arm64/boot/dts/freescale/imx8qm-mek-ov5640-csi0.dtso
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/freescale/imx8qm-mek-ov5640-csi0.dtso
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/freescale/imx8qm-mek-ov5640-csi0.dtso- Extension
.dtso- Size
- 1133 bytes
- Lines
- 63
- Domain
- Architecture Layer
- Bucket
- arch/arm64
- Inferred role
- Architecture Layer: arch/arm64
- Status
- atlas-only
Why This File Exists
CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.
- CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.
Dependency Surface
dt-bindings/gpio/gpio.hdt-bindings/media/video-interfaces.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 MIT)
/*
* Copyright 2025 NXP
*/
/dts-v1/;
/plugin/;
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/media/video-interfaces.h>
&i2c_mipi_csi0 {
#address-cells = <1>;
#size-cells = <0>;
clock-frequency = <100000>;
pinctrl-0 = <&pinctrl_i2c_mipi_csi0>;
pinctrl-names = "default";
status = "okay";
ov5640_mipi_0: camera@3c {
compatible = "ovti,ov5640";
reg = <0x3c>;
clocks = <&xtal24m>;
clock-names = "xclk";
pinctrl-0 = <&pinctrl_mipi_csi0>;
pinctrl-names = "default";
powerdown-gpios = <&lsio_gpio1 28 GPIO_ACTIVE_HIGH>;
reset-gpios = <&lsio_gpio1 27 GPIO_ACTIVE_LOW>;
AVDD-supply = <®_2v8>;
DVDD-supply = <®_1v5>;
DOVDD-supply = <®_1v8>;
port {
ov5640_mipi_0_ep: endpoint {
bus-type = <MEDIA_BUS_TYPE_CSI2_DPHY>;
data-lanes = <1 2>;
remote-endpoint = <&mipi_csi0_in>;
};
};
};
};
&irqsteer_csi0 {
status = "okay";
};
&isi {
status = "okay";
};
&mipi_csi_0 {
status = "okay";
ports {
port@0 {
mipi_csi0_in: endpoint {
data-lanes = <1 2>;
remote-endpoint = <&ov5640_mipi_0_ep>;
};
};
};
};
Annotation
- Immediate include surface: `dt-bindings/gpio/gpio.h`, `dt-bindings/media/video-interfaces.h`.
- Atlas domain: Architecture Layer / arch/arm64.
- 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.