1 * AT91 CAN * 2 3 Required properties: 4 - compatible: Should be "atmel,at91sam9263-can", "atmel,at91sam9x5-can" or 5 "microchip,sam9x60-can" 6 - reg: Should contain CAN controller registers location and length 7 - interrupts: Should contain IRQ line for the CAN controller 8 9 Example: 10 11 can0: can@f000c000 { 12 compatible = "atmel,at91sam9x5-can"; 13 reg = <0xf000c000 0x300>; 14 interrupts = <40 4 5> 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.