arch/arm/boot/dts/st/stm32mp157c-emsbc-argon.dts
Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/st/stm32mp157c-emsbc-argon.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm/boot/dts/st/stm32mp157c-emsbc-argon.dts- Extension
.dts- Size
- 1074 bytes
- Lines
- 54
- 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
stm32mp157c-emstamp-argon.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)
//
// Copyright (c) 2021 emtrion GmbH
// Author: Reinhold Müller <reinhold.mueller@emtrion.de>.
//
/dts-v1/;
#include "stm32mp157c-emstamp-argon.dtsi"
/ {
model = "emtrion STM32MP157C emSBC-Argon Developer Board";
compatible = "emtrion,stm32mp157c-emsbc-argon", "emtrion,stm32mp157c-emstamp-argon",
"st,stm32mp157";
led: gpio_leds {
compatible = "gpio-leds";
led-2 {
label = "red";
gpios = <&gpiof 12 GPIO_ACTIVE_LOW>;
linux,default-trigger = "none";
default-state = "off";
};
led-3 {
label = "green";
gpios = <&gpioe 7 GPIO_ACTIVE_LOW>;
linux,default-trigger = "none";
default-state = "off";
};
};
};
&dac {
status = "okay";
};
&sdmmc1 {
pinctrl-names = "default", "opendrain", "sleep";
pinctrl-0 = <&sdmmc1_b4_pins_a>;
pinctrl-1 = <&sdmmc1_b4_od_pins_a>;
pinctrl-2 = <&sdmmc1_b4_sleep_pins_a>;
cd-gpios = <&gpiob 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
disable-wp;
st,neg-edge;
bus-width = <4>;
vmmc-supply = <&vdd_sd>;
status = "okay";
};
&spi1 {
status = "okay";
};
Annotation
- Immediate include surface: `stm32mp157c-emstamp-argon.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.