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.

Dependency Surface

Detected Declarations

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 = <&reg_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 = <&reg_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

Implementation Notes