arch/arm64/boot/dts/freescale/imx8mp-tx8p-ml81-moduline-display-106.dts
Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/freescale/imx8mp-tx8p-ml81-moduline-display-106.dts
File Facts
- System
- Linux kernel
- Corpus path
arch/arm64/boot/dts/freescale/imx8mp-tx8p-ml81-moduline-display-106.dts- Extension
.dts- Size
- 12726 bytes
- Lines
- 526
- 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
imx8mp-tx8p-ml81.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 GOcontroll B.V.
* Author: Maud Spierings <maudspierings@gocontroll.com>
*/
/dts-v1/;
#include "imx8mp-tx8p-ml81.dtsi"
/ {
compatible = "gocontroll,moduline-display-106", "karo,tx8p-ml81", "fsl,imx8mp";
chassis-type = "embedded";
hardware = "Moduline Display V1.06";
model = "GOcontroll Moduline Display baseboard";
aliases {
can0 = &flexcan1;
can1 = &flexcan2;
ethernet0 = &eqos;
ethernet1 = &fec;
mmc0 = &usdhc3;
mmc1 = &usdhc2;
rtc0 = &rtc_pcf; /* i2c rtc is the main rtc */
rtc1 = &snvs_rtc;
spi0 = &ecspi2; /* spidev number compatibility */
spi1 = &ecspi1; /* spidev number compatibility */
};
chosen {
stdout-path = "serial0:115200n8";
};
external-sensor-supply {
compatible = "regulator-output";
vout-supply = <®_5v0_sensor>;
};
flexcan1_phy: can-phy0 {
compatible = "ti,tcan1051", "ti,tcan1042";
#phy-cells = <0>;
pinctrl-0 = <&pinctrl_flexcan1_stby>;
pinctrl-names = "default";
max-bitrate = <5000000>;
standby-gpios = <&gpio4 3 GPIO_ACTIVE_HIGH>;
};
flexcan2_phy: can-phy1 {
compatible = "ti,tcan1051", "ti,tcan1042";
#phy-cells = <0>;
pinctrl-0 = <&pinctrl_flexcan2_stby>;
pinctrl-names = "default";
max-bitrate = <5000000>;
standby-gpios = <&gpio5 9 GPIO_ACTIVE_HIGH>;
};
reg_1v8_per: regulator-1v8-per {
compatible = "regulator-fixed";
pinctrl-0 = <&pinctrl_reg_1v8>;
pinctrl-names = "default";
power-supply = <®_3v3_per>;
regulator-max-microvolt = <1800000>;
regulator-min-microvolt = <1800000>;
regulator-name = "1v8-per";
gpio = <&gpio3 25 GPIO_ACTIVE_HIGH>;
enable-active-high;
};
reg_3v3_per: regulator-3v3-per {
compatible = "regulator-fixed";
Annotation
- Immediate include surface: `imx8mp-tx8p-ml81.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.