mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 12:52:30 +00:00
36840646bb
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>
16 lines
369 B
Plaintext
16 lines
369 B
Plaintext
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>;
|
|
};
|