Documentation/devicetree/bindings/net/can/ifi_canfd.txt

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/net/can/ifi_canfd.txt

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/net/can/ifi_canfd.txt
Extension
.txt
Size
369 bytes
Lines
16
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

IFI CANFD controller
--------------------

Required properties:
  - compatible: Should be "ifi,canfd-1.0"
  - reg: Should contain CAN controller registers location and length
  - interrupts: Should contain IRQ line for the CAN controller

Example:

	canfd0: canfd@ff220000 {
		compatible = "ifi,canfd-1.0";
		reg = <0xff220000 0x00001000>;
		interrupts = <0 43 0>;
	};

Annotation

Implementation Notes