arch/mips/boot/dts/realtek/rtl9302c.dtsi

Source file repositories/reference/linux-study-clean/arch/mips/boot/dts/realtek/rtl9302c.dtsi

File Facts

System
Linux kernel
Corpus path
arch/mips/boot/dts/realtek/rtl9302c.dtsi
Extension
.dtsi
Size
312 bytes
Lines
16
Domain
Architecture Layer
Bucket
arch/mips
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-later OR BSD-2-Clause

#include "rtl930x.dtsi"

&switch0 {
	compatible = "realtek,rtl9302c-switch", "syscon", "simple-mfd";
};

&i2c0 {
	compatible = "realtek,rtl9302c-i2c", "realtek,rtl9301-i2c";
};

&i2c1 {
	compatible = "realtek,rtl9302c-i2c", "realtek,rtl9301-i2c";
};

Annotation

Implementation Notes