arch/arm64/boot/dts/qcom/sdm632-motorola-ocean.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/qcom/sdm632-motorola-ocean.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/qcom/sdm632-motorola-ocean.dts- Extension
.dts- Size
- 5654 bytes
- Lines
- 293
- Domain
- Architecture Layer
- Bucket
- arch/arm64
- Inferred role
- Architecture Layer: configuration, schema, or hardware description
- 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
sdm632.dtsipm8953.dtsidt-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
/*
* Copyright (c) 2022, Gabriela David
*/
/dts-v1/;
#include "sdm632.dtsi"
#include "pm8953.dtsi"
#include <dt-bindings/leds/common.h>
/delete-node/ &cont_splash_mem;
/delete-node/ &qseecom_mem;
/ {
model = "Motorola G7 Power";
compatible = "motorola,ocean", "qcom,sdm632";
chassis-type = "handset";
qcom,msm-id = <349 0>;
qcom,board-id = <0x141 0xc100>;
qcom,pmic-id = <0x10016 0x25 0x00 0x00>;
backlight: backlight {
compatible = "led-backlight";
leds = <&led>;
};
chosen {
#address-cells = <2>;
#size-cells = <2>;
ranges;
framebuffer@90001000 {
compatible = "simple-framebuffer";
reg = <0 0x90001000 0 (720 * 1520 * 3)>;
width = <720>;
height = <1520>;
stride = <(720 * 3)>;
format = "r8g8b8";
power-domains = <&gcc MDSS_GDSC>;
clocks = <&gcc GCC_MDSS_AHB_CLK>,
<&gcc GCC_MDSS_AXI_CLK>,
<&gcc GCC_MDSS_VSYNC_CLK>,
<&gcc GCC_MDSS_MDP_CLK>,
<&gcc GCC_MDSS_BYTE0_CLK>,
<&gcc GCC_MDSS_PCLK0_CLK>,
<&gcc GCC_MDSS_ESC0_CLK>;
};
};
gpio-keys {
compatible = "gpio-keys";
pinctrl-names = "default";
pinctrl-0 = <&gpio_key_default>;
key-volume-up {
label = "Volume Up";
gpios = <&tlmm 85 GPIO_ACTIVE_LOW>;
linux,code = <KEY_VOLUMEUP>;
};
};
reserved-memory {
qseecom_mem: qseecom@84300000 {
reg = <0x0 0x84300000 0x0 0x2000000>;
no-map;
};
Annotation
- Immediate include surface: `sdm632.dtsi`, `pm8953.dtsi`, `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.