arch/arm/boot/dts/broadcom/bcm283x-rpi-usb-peripheral.dtsi

Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/broadcom/bcm283x-rpi-usb-peripheral.dtsi

File Facts

System
Linux kernel
Corpus path
arch/arm/boot/dts/broadcom/bcm283x-rpi-usb-peripheral.dtsi
Extension
.dtsi
Size
172 bytes
Lines
8
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
&usb {
	dr_mode = "peripheral";
	g-rx-fifo-size = <256>;
	g-np-tx-fifo-size = <32>;
	g-tx-fifo-size = <256 256 512 512 512 768 768>;
};

Annotation

Implementation Notes