ifi_canfd.txt 369 B

123456789101112131415
  1. IFI CANFD controller
  2. --------------------
  3. Required properties:
  4. - compatible: Should be "ifi,canfd-1.0"
  5. - reg: Should contain CAN controller registers location and length
  6. - interrupts: Should contain IRQ line for the CAN controller
  7. Example:
  8. canfd0: canfd@ff220000 {
  9. compatible = "ifi,canfd-1.0";
  10. reg = <0xff220000 0x00001000>;
  11. interrupts = <0 43 0>;
  12. };