1 IFI CANFD controller 1 IFI CANFD controller 2 -------------------- 2 -------------------- 3 3 4 Required properties: 4 Required properties: 5 - compatible: Should be "ifi,canfd-1.0" 5 - compatible: Should be "ifi,canfd-1.0" 6 - reg: Should contain CAN controller registe 6 - reg: Should contain CAN controller registers location and length 7 - interrupts: Should contain IRQ line for th 7 - interrupts: Should contain IRQ line for the CAN controller 8 8 9 Example: 9 Example: 10 10 11 canfd0: canfd@ff220000 { 11 canfd0: canfd@ff220000 { 12 compatible = "ifi,canfd-1.0"; 12 compatible = "ifi,canfd-1.0"; 13 reg = <0xff220000 0x00001000>; 13 reg = <0xff220000 0x00001000>; 14 interrupts = <0 43 0>; 14 interrupts = <0 43 0>; 15 }; 15 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.