arch/arm64/boot/dts/freescale/imx8mm-tx8m-1610-moduline-iv-306-d.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/freescale/imx8mm-tx8m-1610-moduline-iv-306-d.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/freescale/imx8mm-tx8m-1610-moduline-iv-306-d.dts- Extension
.dts- Size
- 18228 bytes
- Lines
- 800
- 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.himx8mm-tx8m-1610.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) 2025 Maud Spierings <maudspierings@gocontroll.com>
*/
/dts-v1/;
#include <dt-bindings/leds/common.h>
#include "imx8mm-tx8m-1610.dtsi"
/ {
chassis-type = "embedded";
compatible = "gocontroll,moduline-iv-306-d", "karo,tx8m-1610", "fsl,imx8mm";
hardware = "Moduline IV V3.06-D";
model = "GOcontroll Moduline IV";
aliases {
spi0 = &ecspi2; /* spidev number compatibility */
spi1 = &ecspi3; /* spidev number compatibility */
spi2 = &ecspi1; /* spidev number compatibility */
};
chosen {
stdout-path = "serial2:115200n8";
};
mcp_clock: mcp-clock {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <20000000>;
};
reg_3v3_m2: regulator-3v3-m2 {
compatible = "regulator-fixed";
enable-active-high;
gpio = <&gpio4 8 GPIO_ACTIVE_HIGH>;
pinctrl-0 = <&pinctrl_reg_m2>;
pinctrl-names = "default";
power-supply = <®_6v4>;
regulator-max-microvolt = <3300000>;
regulator-min-microvolt = <3300000>;
regulator-name = "3v3-m.2";
};
reg_5v0: regulator-5v0 {
compatible = "regulator-fixed";
power-supply = <®_6v4>;
regulator-always-on;
regulator-max-microvolt = <5000000>;
regulator-min-microvolt = <5000000>;
regulator-name = "5v0";
};
reg_6v4: regulator-6v4 {
compatible = "regulator-fixed";
regulator-always-on;
regulator-max-microvolt = <6400000>;
regulator-min-microvolt = <6400000>;
regulator-name = "6v4";
};
reg_can1_stby: regulator-can1-stby {
compatible = "regulator-fixed";
gpio = <&gpio3 16 GPIO_ACTIVE_LOW>;
pinctrl-0 = <&pinctrl_can1_reg>;
pinctrl-names = "default";
regulator-max-microvolt = <3300000>;
regulator-min-microvolt = <3300000>;
regulator-name = "can1-stby";
Annotation
- Immediate include surface: `dt-bindings/leds/common.h`, `imx8mm-tx8m-1610.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.