arch/arm64/boot/dts/freescale/imx8mn-overdrive.dtsi

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/freescale/imx8mn-overdrive.dtsi

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/freescale/imx8mn-overdrive.dtsi
Extension
.dtsi
Size
517 bytes
Lines
19
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)

&gpu {
	assigned-clocks = <&clk IMX8MN_CLK_GPU_CORE>,
			  <&clk IMX8MN_CLK_GPU_SHADER>,
			  <&clk IMX8MN_CLK_GPU_AXI>,
			  <&clk IMX8MN_CLK_GPU_AHB>,
			  <&clk IMX8MN_GPU_PLL>;
	assigned-clock-parents = <&clk IMX8MN_GPU_PLL_OUT>,
				  <&clk IMX8MN_GPU_PLL_OUT>,
				  <&clk IMX8MN_SYS_PLL1_800M>,
				  <&clk IMX8MN_SYS_PLL1_800M>;
	assigned-clock-rates = <600000000>,
			       <600000000>,
			       <800000000>,
			       <400000000>,
			       <1200000000>;
};

Annotation

Implementation Notes