13078cde7SLudovic Desroches* AT91 CAN *
23078cde7SLudovic Desroches
33078cde7SLudovic DesrochesRequired properties:
475f453f2SClaudiu Beznea  - compatible: Should be "atmel,at91sam9263-can", "atmel,at91sam9x5-can" or
575f453f2SClaudiu Beznea    "microchip,sam9x60-can"
63078cde7SLudovic Desroches  - reg: Should contain CAN controller registers location and length
73078cde7SLudovic Desroches  - interrupts: Should contain IRQ line for the CAN controller
83078cde7SLudovic Desroches
93078cde7SLudovic DesrochesExample:
103078cde7SLudovic Desroches
113078cde7SLudovic Desroches	can0: can@f000c000 {
120a8df84eSStefan Huber		compatible = "atmel,at91sam9x5-can";
133078cde7SLudovic Desroches		reg = <0xf000c000 0x300>;
143078cde7SLudovic Desroches		interrupts = <40 4 5>
153078cde7SLudovic Desroches	};
16