1 * AT91 CAN * 2 3 Required properties: 4 - compatible: Should be "atmel,at91sam9263-c 5 "microchip,sam9x60-can" 6 - reg: Should contain CAN controller registe 7 - interrupts: Should contain IRQ line for th 8 9 Example: 10 11 can0: can@f000c000 { 12 compatible = "atmel,at91sam9x5 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.