brintos

brintos / linux-shallow public Read only

0
0
Text · 369 B · 20ea5c7 Raw
16 lines · plain
1IFI CANFD controller2--------------------3 4Required properties:5  - compatible: Should be "ifi,canfd-1.0"6  - reg: Should contain CAN controller registers location and length7  - interrupts: Should contain IRQ line for the CAN controller8 9Example:10 11	canfd0: canfd@ff220000 {12		compatible = "ifi,canfd-1.0";13		reg = <0xff220000 0x00001000>;14		interrupts = <0 43 0>;15	};16