arch/arm/boot/dts/samsung/exynos4412-i9305.dts

Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/samsung/exynos4412-i9305.dts

File Facts

System
Linux kernel
Corpus path
arch/arm/boot/dts/samsung/exynos4412-i9305.dts
Extension
.dts
Size
484 bytes
Lines
22
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
/dts-v1/;
#include "exynos4412-galaxy-s3.dtsi"

/ {
	model = "Samsung Galaxy S3 (GT-I9305) based on Exynos4412";
	compatible = "samsung,i9305", "samsung,midas", "samsung,exynos4412", "samsung,exynos4";
	chassis-type = "handset";

	/* bootargs are passed in by bootloader */

	memory@40000000 {
		device_type = "memory";
		reg = <0x40000000 0x7fc00000>;
	};
};

&i2c0_bus {
	/* SCL and SDA pins are swapped */
	samsung,pins = "gpd1-1", "gpd1-0";
};

Annotation

Implementation Notes