arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-helios-lvds.dtso

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-helios-lvds.dtso

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-helios-lvds.dtso
Extension
.dtso
Size
2087 bytes
Lines
114
Domain
Architecture Layer
Bucket
arch/arm64
Inferred role
Architecture Layer: arch/arm64
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 (C) 2024 Heiko Schocher <hs@denx.de>
 */
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/pwm/pwm.h>

/dts-v1/;
/plugin/;

&{/} {
	model = "Aristainetos3 helios carrier with LVDS";
	compatible = "abb,imx8mp-aristanetos3-helios",
		     "abb,imx8mp-aristanetos3-som",
		     "fsl,imx8mp";

	panel_lvds: panel-lvds {
		compatible = "lg,lb070wv8";
		power-supply = <&reg_vcc_disp>;
		backlight = <&lvds_backlight>;

		port {
			in_lvds0: endpoint {
				remote-endpoint = <&ldb_lvds_ch0>;
			};
		};
	};

	reg_vcc_disp: regulator-disp {
		pinctrl-names = "default";
		pinctrl-0 = <&pinctrl_lcd0_vcc_en>;
		compatible = "regulator-fixed";
		regulator-name = "disp_power_en_2v8";
		regulator-min-microvolt = <2800000>;
		regulator-max-microvolt = <2800000>;
		gpio = <&gpio1 13 GPIO_ACTIVE_HIGH>;
		enable-active-high;
		regulator-boot-on;
		regulator-always-on;
	};
};

&gpio3 {
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_gpio3_hog>;

	lvdssel-hog {
		gpio-hog;
		gpios = <23 GPIO_ACTIVE_HIGH>;
		output-low;
		line-name = "LVDSSEL";
	};
};

&hdmi_blk_ctrl {
	status = "disabled";
};

&hdmi_pvi {
	status = "disabled";
};

&hdmi_tx {
	status = "disabled";
};

&hdmi_tx_phy {
	status = "disabled";

Annotation

Implementation Notes