arch/arm64/boot/dts/freescale/imx8mp-cubox-m.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/freescale/imx8mp-cubox-m.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/freescale/imx8mp-cubox-m.dts- Extension
.dts- Size
- 4593 bytes
- Lines
- 224
- 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/leds/common.himx8mp-sr-som.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 2025 Josua Mayer <josua@solid-run.com>
*/
/dts-v1/;
#include <dt-bindings/leds/common.h>
#include "imx8mp-sr-som.dtsi"
/ {
model = "SolidRun i.MX8MP CuBox-M";
compatible = "solidrun,imx8mp-cubox-m",
"solidrun,imx8mp-sr-som", "fsl,imx8mp";
aliases {
ethernet0 = &eqos;
/delete-property/ ethernet1;
rtc0 = &carrier_rtc;
rtc1 = &snvs_rtc;
};
ir-receiver {
compatible = "gpio-ir-receiver";
gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
pinctrl-names = "default";
pinctrl-0 = <&ir_pins>;
linux,autosuspend-period = <125>;
wakeup-source;
};
leds {
compatible = "gpio-leds";
pinctrl-names = "default";
pinctrl-0 = <&led_pins>;
status {
label = "status";
color = <LED_COLOR_ID_RED>;
gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
function = LED_FUNCTION_HEARTBEAT;
};
};
sound-hdmi {
compatible = "fsl,imx-audio-hdmi";
model = "audio-hdmi";
audio-cpu = <&aud2htx>;
hdmi-out;
};
vbus: regulator-vbus {
compatible = "regulator-fixed";
regulator-name = "vbus";
gpio = <&gpio1 7 GPIO_ACTIVE_HIGH>;
enable-active-high;
pinctrl-names = "default";
pinctrl-0 = <&vbus_pins>;
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
};
vmmc: regulator-mmc {
compatible = "regulator-fixed";
pinctrl-names = "default";
pinctrl-0 = <&vmmc_pins>;
regulator-name = "vmmc";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
Annotation
- Immediate include surface: `dt-bindings/leds/common.h`, `imx8mp-sr-som.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.