arch/arm64/boot/dts/qcom/sm8650-hdk-rear-camera-card.dtso
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/sm8650-hdk-rear-camera-card.dtso
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/qcom/sm8650-hdk-rear-camera-card.dtso- Extension
.dtso- Size
- 1735 bytes
- Lines
- 89
- 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/clock/qcom,sm8650-camcc.hdt-bindings/gpio/gpio.hdt-bindings/leds/common.h
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
// SPDX-License-Identifier: BSD-3-Clause
/*
* SM8650-HDK Rear Camera Card overlay
*
* Copyright (c) 2025, Linaro Limited
*/
#include <dt-bindings/clock/qcom,sm8650-camcc.h>
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/leds/common.h>
/dts-v1/;
/plugin/;
&camss {
vdd-csiphy35-0p9-supply = <&vreg_l2i_0p88>;
vdd-csiphy35-1p2-supply = <&vreg_l3i_1p2>;
status = "okay";
ports {
#address-cells = <1>;
#size-cells = <0>;
port@3 {
reg = <3>;
csiphy3_ep: endpoint {
data-lanes = <0 1 2 3>;
remote-endpoint = <&cam_tele>;
};
};
};
};
&cci1 {
status = "okay";
};
&cci1_i2c0 {
#address-cells = <1>;
#size-cells = <0>;
sensor@56 {
compatible = "samsung,s5kjn1";
reg = <0x56>;
clocks = <&camcc CAM_CC_MCLK3_CLK>;
assigned-clocks = <&camcc CAM_CC_MCLK3_CLK>;
assigned-clock-rates = <24000000>;
reset-gpios = <&tlmm 109 GPIO_ACTIVE_LOW>;
pinctrl-0 = <&cam3_default>;
pinctrl-names = "default";
afvdd-supply = <&vreg_l7m_2p96>;
vdda-supply = <&vreg_l4m_2p8>;
vddd-supply = <&vreg_l2m_1p056>;
vddio-supply = <&vreg_l3n_1p8>;
port {
cam_tele: endpoint {
link-frequencies = /bits/ 64 <700000000>;
remote-endpoint = <&csiphy3_ep>;
};
};
};
};
&pm8550_flash {
status = "okay";
led-0 {
function = LED_FUNCTION_FLASH;
Annotation
- Immediate include surface: `dt-bindings/clock/qcom,sm8650-camcc.h`, `dt-bindings/gpio/gpio.h`, `dt-bindings/leds/common.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.