arch/arm64/boot/dts/freescale/imx8-ss-lvds1.dtsi

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/freescale/imx8-ss-lvds1.dtsi

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/freescale/imx8-ss-lvds1.dtsi
Extension
.dtsi
Size
3487 bytes
Lines
115
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-only and MIT

/*
 * Copyright 2024 NXP
 */

lvds1_subsys: bus@57240000 {
	compatible = "simple-bus";
	interrupt-parent = <&irqsteer_lvds1>;
	#address-cells = <1>;
	#size-cells = <1>;
	ranges = <0x57240000 0x0 0x57240000 0x10000>;

	irqsteer_lvds1: interrupt-controller@57240000 {
		compatible = "fsl,imx8qm-irqsteer", "fsl,imx-irqsteer";
		reg = <0x57240000 0x1000>;
		interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-controller;
		interrupt-parent = <&gic>;
		#interrupt-cells = <1>;
		clocks = <&lvds1_lis_lpcg IMX_LPCG_CLK_4>;
		clock-names = "ipg";
		power-domains = <&pd IMX_SC_R_LVDS_1>;
		fsl,channel = <0>;
		fsl,num-irqs = <32>;
	};

	lvds1_lis_lpcg: clock-controller@57243000 {
		compatible = "fsl,imx8qxp-lpcg";
		reg = <0x57243000 0x4>;
		#clock-cells = <1>;
		clocks = <&lvds_ipg_clk>;
		clock-indices = <IMX_LPCG_CLK_4>;
		clock-output-names = "lvds1_lis_lpcg_ipg_clk";
		power-domains = <&pd IMX_SC_R_LVDS_1>;
	};

	lvds1_pwm_lpcg: clock-controller@5724300c {
		compatible = "fsl,imx8qxp-lpcg";
		reg = <0x5724300c 0x4>;
		#clock-cells = <1>;
		clocks = <&clk IMX_SC_R_LVDS_1_PWM_0 IMX_SC_PM_CLK_PER>,
			 <&lvds_ipg_clk>;
		clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>;
		clock-output-names = "lvds1_pwm_lpcg_clk",
				     "lvds1_pwm_lpcg_ipg_clk";
		power-domains = <&pd IMX_SC_R_LVDS_1_PWM_0>;
	};

	lvds1_i2c0_lpcg: clock-controller@57243010 {
		compatible = "fsl,imx8qxp-lpcg";
		reg = <0x57243010 0x4>;
		#clock-cells = <1>;
		clocks = <&clk IMX_SC_R_LVDS_1_I2C_0 IMX_SC_PM_CLK_PER>,
			 <&lvds_ipg_clk>;
		clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>;
		clock-output-names = "lvds1_i2c0_lpcg_clk",
				     "lvds1_i2c0_lpcg_ipg_clk";
		power-domains = <&pd IMX_SC_R_LVDS_1_I2C_0>;
	};

	lvds1_i2c1_lpcg: clock-controller@57243014 {
		compatible = "fsl,imx8qxp-lpcg";
		reg = <0x57243014 0x4>;
		#clock-cells = <1>;
		clocks = <&clk IMX_SC_R_LVDS_1_I2C_0 IMX_SC_PM_CLK_PER>,
			 <&lvds_ipg_clk>;
		clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_4>;
		clock-output-names = "lvds1_i2c1_lpcg_clk",
				     "lvds1_i2c1_lpcg_ipg_clk";

Annotation

Implementation Notes