arch/arm/boot/dts/qcom/qcom-mdm9615-wp8548-mangoh-green.dts
Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/qcom/qcom-mdm9615-wp8548-mangoh-green.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm/boot/dts/qcom/qcom-mdm9615-wp8548-mangoh-green.dts- Extension
.dts- Size
- 5191 bytes
- Lines
- 244
- 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
dt-bindings/gpio/gpio.hdt-bindings/input/input.hdt-bindings/interrupt-controller/irq.hqcom-mdm9615-wp8548.dtsi
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
/*
* Device Tree Source for mangOH Green Board with WP8548 Module
*
* Copyright (C) 2016 BayLibre, SAS.
* Author : Neil Armstrong <narmstrong@baylibre.com>
*/
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include <dt-bindings/interrupt-controller/irq.h>
#include "qcom-mdm9615-wp8548.dtsi"
/ {
model = "MangOH Green with WP8548 Module";
compatible = "swir,mangoh-green-wp8548", "swir,wp8548", "qcom,mdm9615";
aliases {
spi0 = &gsbi3_spi;
serial0 = &gsbi4_serial;
serial1 = &gsbi5_serial;
i2c0 = &gsbi5_i2c;
mmc0 = &sdcc1;
};
chosen {
stdout-path = "serial1:115200n8";
};
};
&msmgpio {
/* MangOH GPIO Mapping :
* - 2 : GPIOEXP_INT2
* - 7 : IOT1_GPIO2
* - 8 : IOT0_GPIO4
* - 13: IOT0_GPIO3
* - 21: IOT1_GPIO4
* - 22: IOT2_GPIO1
* - 23: IOT2_GPIO2
* - 24: IOT2_GPIO3
* - 25: IOT1_GPIO1
* - 32: IOT1_GPIO3
* - 33: IOT0_GPIO2
* - 42: IOT0_GPIO1 and SD Card Detect
*/
gpioext1_pins: gpioext1-state {
gpioext1-pins {
pins = "gpio2";
function = "gpio";
bias-disable;
};
};
sdc_cd_pins: sdc-cd-state {
sdc-cd-pins {
pins = "gpio42";
function = "gpio";
drive-strength = <2>;
bias-pull-up;
};
};
};
&gsbi3_spi {
spi@0 {
compatible = "swir,mangoh-iotport-spi";
spi-max-frequency = <24000000>;
reg = <0>;
Annotation
- Immediate include surface: `dt-bindings/gpio/gpio.h`, `dt-bindings/input/input.h`, `dt-bindings/interrupt-controller/irq.h`, `qcom-mdm9615-wp8548.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.