arch/arm/boot/dts/nxp/imx/imx6dl-yapp4-lynx.dts

Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/nxp/imx/imx6dl-yapp4-lynx.dts

File Facts

System
Linux kernel
Corpus path
arch/arm/boot/dts/nxp/imx/imx6dl-yapp4-lynx.dts
Extension
.dts
Size
751 bytes
Lines
67
Domain
Architecture Layer
Bucket
arch/arm
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
//
// Copyright (C) 2021 Y Soft Corporation, a.s.

/dts-v1/;

#include "imx6dl.dtsi"
#include "imx6dl-yapp43-common.dtsi"

/ {
	model = "Y Soft IOTA Lynx i.MX6DualLite board";
	compatible = "ysoft,imx6dl-yapp4-lynx", "fsl,imx6dl";

	memory@10000000 {
		device_type = "memory";
		reg = <0x10000000 0x40000000>;
	};
};

&backlight {
	status = "okay";
};

&beeper {
	status = "okay";
};

&lcd_display {
	status = "okay";
};

&leds {
	status = "okay";
};

&panel {
	status = "okay";
};

&pwm1 {
	status = "okay";
};

&pwm3 {
	status = "okay";
};

&reg_usb_h1_vbus {
	status = "okay";
};

&touchscreen {
	status = "okay";
};

&uart2 {
	status = "okay";
};

&usbh1 {
	status = "okay";
};

&usbphy2 {
	status = "okay";
};

Annotation

Implementation Notes