arch/arm/boot/dts/qcom/msm8226-motorola-falcon.dts
Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/qcom/msm8226-motorola-falcon.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm/boot/dts/qcom/msm8226-motorola-falcon.dts- Extension
.dts- Size
- 8576 bytes
- Lines
- 427
- Domain
- Architecture Layer
- Bucket
- arch/arm
- 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
qcom-msm8226.dtsipm8226.dtsi
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
// SPDX-License-Identifier: BSD-3-Clause
/dts-v1/;
#include "qcom-msm8226.dtsi"
#include "pm8226.dtsi"
/delete-node/ &smem_region;
/ {
model = "Motorola Moto G (2013)";
compatible = "motorola,falcon", "qcom,msm8226";
chassis-type = "handset";
aliases {
mmc0 = &sdhc_1;
};
chosen {
#address-cells = <1>;
#size-cells = <1>;
ranges;
framebuffer@3200000 {
compatible = "simple-framebuffer";
reg = <0x03200000 0x800000>;
width = <720>;
height = <1280>;
stride = <(720 * 3)>;
format = "r8g8b8";
vsp-supply = <®_lcd_pos>;
vsn-supply = <®_lcd_neg>;
vddio-supply = <&vddio_disp_vreg>;
clocks = <&mmcc MDSS_AHB_CLK>,
<&mmcc MDSS_AXI_CLK>,
<&mmcc MDSS_BYTE0_CLK>,
<&mmcc MDSS_ESC0_CLK>,
<&mmcc MDSS_MDP_CLK>,
<&mmcc MMSS_MISC_AHB_CLK>,
<&mmcc MDSS_PCLK0_CLK>,
<&mmcc MDSS_VSYNC_CLK>;
power-domains = <&mmcc MDSS_GDSC>;
};
};
gpio-keys {
compatible = "gpio-keys";
event-hall-sensor {
label = "Hall Effect Sensor";
gpios = <&tlmm 51 GPIO_ACTIVE_LOW>;
linux,input-type = <EV_SW>;
linux,code = <SW_LID>;
linux,can-disable;
};
key-volume-up {
label = "Volume Up";
gpios = <&tlmm 106 GPIO_ACTIVE_LOW>;
linux,code = <KEY_VOLUMEUP>;
debounce-interval = <15>;
};
};
/* TI TPS22902 */
vddio_disp_vreg: regulator-vddio-disp {
compatible = "regulator-fixed";
regulator-name = "vddio_disp";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
Annotation
- Immediate include surface: `qcom-msm8226.dtsi`, `pm8226.dtsi`.
- Atlas domain: Architecture Layer / arch/arm.
- 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.