1 * AT91 CAN * 1 * AT91 CAN * 2 2 3 Required properties: 3 Required properties: 4 - compatible: Should be "atmel,at91sam9263-c !! 4 - compatible: Should be "atmel,at91sam9263-can" or "atmel,at91sam9x5-can" 5 "microchip,sam9x60-can" << 6 - reg: Should contain CAN controller registe 5 - reg: Should contain CAN controller registers location and length 7 - interrupts: Should contain IRQ line for th 6 - interrupts: Should contain IRQ line for the CAN controller 8 7 9 Example: 8 Example: 10 9 11 can0: can@f000c000 { 10 can0: can@f000c000 { 12 compatible = "atmel,at91sam9x5 11 compatible = "atmel,at91sam9x5-can"; 13 reg = <0xf000c000 0x300>; 12 reg = <0xf000c000 0x300>; 14 interrupts = <40 4 5> 13 interrupts = <40 4 5> 15 }; 14 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.