atmel-can.txt 371 B

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