arch/arm/boot/dts/st/stm32mp153c-mecio1r1.dts
Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/st/stm32mp153c-mecio1r1.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm/boot/dts/st/stm32mp153c-mecio1r1.dts- Extension
.dts- Size
- 3837 bytes
- Lines
- 193
- 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
stm32mp153.dtsistm32mp15xc.dtsistm32mp15-pinctrl.dtsistm32mp15xxaa-pinctrl.dtsistm32mp15x-mecio1-io.dtsidt-bindings/gpio/gpio.hdt-bindings/input/input.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: (GPL-2.0+ OR BSD-3-Clause)
/*
* Copyright (C) Protonic Holland
* Author: David Jander <david@protonic.nl>
*/
/dts-v1/;
#include "stm32mp153.dtsi"
#include "stm32mp15xc.dtsi"
#include "stm32mp15-pinctrl.dtsi"
#include "stm32mp15xxaa-pinctrl.dtsi"
#include "stm32mp15x-mecio1-io.dtsi"
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include <dt-bindings/leds/common.h>
/ {
model = "Protonic MECIO1r1";
compatible = "prt,mecio1r1", "st,stm32mp153";
led {
compatible = "gpio-leds";
led-0 {
color = <LED_COLOR_ID_RED>;
function = LED_FUNCTION_DEBUG;
gpios = <&gpioa 13 GPIO_ACTIVE_LOW>;
};
led-1 {
color = <LED_COLOR_ID_GREEN>;
function = LED_FUNCTION_DEBUG;
gpios = <&gpioa 14 GPIO_ACTIVE_LOW>;
linux,default-trigger = "heartbeat";
};
};
};
&adc1 {
channel@0 {
reg = <0>;
st,min-sample-time-ns = <20000>;
label = "p24v_hpdcm";
};
channel@1 {
reg = <1>;
st,min-sample-time-ns = <20000>;
label = "p24v_stp";
};
channel@3 {
reg = <3>;
st,min-sample-time-ns = <200000>;
label = "phint1_ain";
};
channel@5 {
reg = <5>;
st,min-sample-time-ns = <20000>;
label = "hpout1_i";
};
channel@9 {
reg = <9>;
st,min-sample-time-ns = <20000>;
label = "hpout0_i";
};
channel@13 {
Annotation
- Immediate include surface: `stm32mp153.dtsi`, `stm32mp15xc.dtsi`, `stm32mp15-pinctrl.dtsi`, `stm32mp15xxaa-pinctrl.dtsi`, `stm32mp15x-mecio1-io.dtsi`, `dt-bindings/gpio/gpio.h`, `dt-bindings/input/input.h`, `dt-bindings/leds/common.h`.
- 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.