Skip to content

Commit

Permalink
can: ifi: Add DT bindings for ifi,canfd
Browse files Browse the repository at this point in the history
Add device tree bindings for the I/F/I CANFD controller IP core.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Marc Kleine-Budde <mkl@pengutronix.de>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Oliver Hartkopp <socketcan@hartkopp.net>
Cc: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
  • Loading branch information
Marek Vasut authored and Marc Kleine-Budde committed Feb 20, 2016
1 parent 5afec08 commit 3684064
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Documentation/devicetree/bindings/net/can/ifi_canfd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
IFI CANFD controller
--------------------

Required properties:
- compatible: Should be "ifi,canfd-1.0"
- reg: Should contain CAN controller registers location and length
- interrupts: Should contain IRQ line for the CAN controller

Example:

canfd0: canfd@ff220000 {
compatible = "ifi,canfd-1.0";
reg = <0xff220000 0x00001000>;
interrupts = <0 43 0>;
};

0 comments on commit 3684064

Please sign in to comment.