arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_nand.dts

Source file repositories/reference/linux-study-clean/arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_nand.dts

File Facts

System
Linux kernel
Corpus path
arch/arm64/boot/dts/intel/socfpga_agilex5_socdk_nand.dts
Extension
.dts
Size
1571 bytes
Lines
110
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
/*
 * Copyright (C) 2025, Altera Corporation
 */
#include "socfpga_agilex5.dtsi"

/ {
	model = "SoCFPGA Agilex5 SoCDK NAND daughter board";
	compatible = "intel,socfpga-agilex5-socdk-nand", "intel,socfpga-agilex5";

	aliases {
		serial0 = &uart0;
		ethernet0 = &gmac0;
		i3c0 = &i3c0;
		i3c1 = &i3c1;
	};

	chosen {
		stdout-path = "serial0:115200n8";
	};

	leds {
		compatible = "gpio-leds";
		led0 {
			label = "hps_led0";
			gpios = <&porta 6 GPIO_ACTIVE_HIGH>;
		};

		led1 {
			label = "hps_led1";
			gpios = <&porta 7 GPIO_ACTIVE_HIGH>;
		};
	};

	memory@80000000 {
		device_type = "memory";
		/* We expect the bootloader to fill in the reg */
		reg = <0x0 0x80000000 0x0 0x0>;
	};
};

&gmac0 {
	status = "okay";
	phy-mode = "rgmii"; /* TX/RX clock delays provided by Agilex5 I/O hardware */
	phy-handle = <&emac0_phy0>;
	max-frame-size = <9000>;

	mdio0 {
		#address-cells = <1>;
		#size-cells = <0>;
		compatible = "snps,dwmac-mdio";

		emac0_phy0: ethernet-phy@0 {
			reg = <0>;
		};
	};
};

&gpio0 {
	status = "okay";
};

&gpio1 {
	status = "okay";
};

&i2c0 {
	status = "okay";
};

Annotation

Implementation Notes