arch/arm/boot/dts/intel/socfpga/socfpga_arria10_socdk_nand.dts

Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/intel/socfpga/socfpga_arria10_socdk_nand.dts

File Facts

System
Linux kernel
Corpus path
arch/arm/boot/dts/intel/socfpga/socfpga_arria10_socdk_nand.dts
Extension
.dts
Size
439 bytes
Lines
27
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) 2015 Altera Corporation. All rights reserved.
 */

/dts-v1/;
#include "socfpga_arria10_socdk.dtsi"

&nand {
	status = "okay";

	nand@0 {
		reg = <0>;
		#address-cells = <1>;
		#size-cells = <1>;

		partition@0 {
			label = "Boot and fpga data";
			reg = <0x0 0x02500000>;
		};
		partition@2500000 {
			label = "Root Filesystem - JFFS2";
			reg = <0x02500000 0x3db00000>;
		};
	};
};

Annotation

Implementation Notes