arch/arm/boot/dts/st/stm32mp157c-lxa-mc1.dts
Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/st/stm32mp157c-lxa-mc1.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm/boot/dts/st/stm32mp157c-lxa-mc1.dts- Extension
.dts- Size
- 5355 bytes
- Lines
- 254
- 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
stm32mp157.dtsistm32mp15xx-osd32.dtsistm32mp15xxac-pinctrl.dtsidt-bindings/gpio/gpio.hdt-bindings/pwm/pwm.h
Detected Declarations
- No top-level syscall, struct, function, initcall, or export declaration detected by the generator.
Annotated Snippet
/dts-v1/;
#include "stm32mp157.dtsi"
#include "stm32mp15xx-osd32.dtsi"
#include "stm32mp15xxac-pinctrl.dtsi"
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/pwm/pwm.h>
/ {
model = "Linux Automation MC-1 board";
compatible = "lxa,stm32mp157c-mc1", "oct,stm32mp15xx-osd32", "st,stm32mp157";
aliases {
ethernet0 = ðernet0;
mmc0 = &sdmmc1;
mmc1 = &sdmmc2;
serial0 = &uart4;
};
backlight: backlight {
compatible = "pwm-backlight";
pwms = <&backlight_pwm 1 100000 PWM_POLARITY_INVERTED>;
brightness-levels = <0 31 63 95 127 159 191 223 255>;
default-brightness-level = <7>;
power-supply = <®_5v2>; /* 3V3_BACKLIGHT */
};
chosen {
stdout-path = &uart4;
};
led-controller-0 {
compatible = "gpio-leds";
led-0 {
label = "mc1:green:act";
gpios = <&gpioa 13 GPIO_ACTIVE_LOW>;
linux,default-trigger = "heartbeat";
};
};
led-controller-1 {
compatible = "pwm-leds";
/* led-1 to led-3 are part of a single RGB led */
led-1 {
label = "mc1:red:rgb";
pwms = <&leds_pwm 1 1000000 0>;
max-brightness = <255>;
active-low;
};
led-2 {
label = "mc1:green:rgb";
pwms = <&leds_pwm 2 1000000 0>;
max-brightness = <255>;
active-low;
};
led-3 {
label = "mc1:blue:rgb";
pwms = <&leds_pwm 3 1000000 0>;
max-brightness = <255>;
active-low;
};
};
panel: panel {
compatible = "edt,etm0700g0edh6";
Annotation
- Immediate include surface: `stm32mp157.dtsi`, `stm32mp15xx-osd32.dtsi`, `stm32mp15xxac-pinctrl.dtsi`, `dt-bindings/gpio/gpio.h`, `dt-bindings/pwm/pwm.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.