arch/arm64/boot/dts/st/stm32mp257f-dk.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/st/stm32mp257f-dk.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/st/stm32mp257f-dk.dts- Extension
.dts- Size
- 5967 bytes
- Lines
- 291
- 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
dt-bindings/gpio/gpio.hdt-bindings/input/input.hdt-bindings/leds/common.hstm32mp257.dtsistm32mp25xf.dtsistm32mp25-pinctrl.dtsistm32mp25xxak-pinctrl.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-only OR BSD-3-Clause)
/*
* Copyright (C) STMicroelectronics 2025 - All Rights Reserved
* Author: Alexandre Torgue <alexandre.torgue@foss.st.com> for STMicroelectronics.
*/
/dts-v1/;
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include <dt-bindings/leds/common.h>
#include "stm32mp257.dtsi"
#include "stm32mp25xf.dtsi"
#include "stm32mp25-pinctrl.dtsi"
#include "stm32mp25xxak-pinctrl.dtsi"
/ {
model = "STMicroelectronics STM32MP257F-DK Discovery Board";
compatible = "st,stm32mp257f-dk", "st,stm32mp257";
aliases {
ethernet0 = ðernet1;
serial0 = &usart2;
};
chosen {
stdout-path = "serial0:115200n8";
};
gpio-keys {
compatible = "gpio-keys";
button-user-1 {
label = "User-1";
linux,code = <BTN_1>;
gpios = <&gpioc 5 GPIO_ACTIVE_HIGH>;
};
button-user-2 {
label = "User-2";
linux,code = <BTN_2>;
gpios = <&gpioc 11 GPIO_ACTIVE_HIGH>;
};
};
gpio-leds {
compatible = "gpio-leds";
led_blue: led-blue {
function = LED_FUNCTION_HEARTBEAT;
color = <LED_COLOR_ID_BLUE>;
gpios = <&gpioh 7 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat";
default-state = "off";
};
led-green {
color = <LED_COLOR_ID_GREEN>;
gpios = <&gpioh 5 GPIO_ACTIVE_HIGH>;
};
led-orange {
color = <LED_COLOR_ID_ORANGE>;
gpios = <&gpioh 6 GPIO_ACTIVE_HIGH>;
};
};
lpddr_channel: sdram-channel-0 {
#address-cells = <1>;
#size-cells = <0>;
Annotation
- Immediate include surface: `dt-bindings/gpio/gpio.h`, `dt-bindings/input/input.h`, `dt-bindings/leds/common.h`, `stm32mp257.dtsi`, `stm32mp25xf.dtsi`, `stm32mp25-pinctrl.dtsi`, `stm32mp25xxak-pinctrl.dtsi`.
- 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.