arch/arm64/boot/dts/freescale/imx91-11x11-frdm.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/freescale/imx91-11x11-frdm.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/freescale/imx91-11x11-frdm.dts
Extension
.dts
Size
21508 bytes
Lines
907
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 NXP
 */

/dts-v1/;

#include <dt-bindings/usb/pd.h>
#include "imx91.dtsi"

/ {
	compatible = "fsl,imx91-11x11-frdm", "fsl,imx91";
	model = "NXP i.MX91 11x11 FRDM Board";

	aliases {
		ethernet0 = &fec;
		ethernet1 = &eqos;
		gpio0 = &gpio1;
		gpio1 = &gpio2;
		gpio2 = &gpio3;
		gpio3 = &gpio4;
		i2c0 = &lpi2c1;
		i2c1 = &lpi2c2;
		i2c2 = &lpi2c3;
		mmc0 = &usdhc1;
		mmc1 = &usdhc2;
		mmc2 = &usdhc3;
		rtc0 = &bbnsm_rtc;
		rtc1 = &pcf2131;
		serial0 = &lpuart1;
		serial4 = &lpuart5;
	};

	chosen {
		stdout-path = &lpuart1;
	};

	flexcan_phy: can-phy {
		compatible = "nxp,tja1051";
		#phy-cells = <0>;
		max-bitrate = <5000000>;
		silent-gpios = <&pcal6524 23 GPIO_ACTIVE_HIGH>;
	};

	gpio-keys {
		compatible = "gpio-keys";

		button-k2 {
			interrupt-parent = <&pcal6524>;
			interrupts = <5 IRQ_TYPE_EDGE_FALLING>;
			label = "Button K2";
			gpios = <&pcal6524 5 GPIO_PULL_UP>;
			linux,code = <BTN_1>;
		};

		button-k3 {
			interrupt-parent = <&pcal6524>;
			interrupts = <6 IRQ_TYPE_EDGE_FALLING>;
			label = "Button K3";
			gpios = <&pcal6524 6 GPIO_PULL_UP>;
			linux,code = <BTN_2>;
		};
	};

	reg_vref_1v8: regulator-adc-vref {
		compatible = "regulator-fixed";
		regulator-max-microvolt = <1800000>;
		regulator-min-microvolt = <1800000>;
		regulator-name = "vref_1v8";
	};

Annotation

Implementation Notes