Documentation/devicetree/bindings/serio/olpc,ap-sp.txt

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/serio/olpc,ap-sp.txt

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/serio/olpc,ap-sp.txt
Extension
.txt
Size
273 bytes
Lines
14
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: documentation
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

OLPC AP-SP serio interface

Required properties:
- compatible : "olpc,ap-sp"
- reg : base address and length of SoC's WTM registers
- interrupts : SP-AP interrupt

Example:
	ap-sp@d4290000 {
		compatible = "olpc,ap-sp";
		reg = <0xd4290000 0x1000>;
		interrupts = <40>;
	}

Annotation

Implementation Notes