treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / net / can / ifi_canfd.txt
blob20ea5c70ab824faa597948b3f3909c2521e1d230
1 IFI CANFD controller
2 --------------------
4 Required properties:
5   - compatible: Should be "ifi,canfd-1.0"
6   - reg: Should contain CAN controller registers location and length
7   - interrupts: Should contain IRQ line for the CAN controller
9 Example:
11         canfd0: canfd@ff220000 {
12                 compatible = "ifi,canfd-1.0";
13                 reg = <0xff220000 0x00001000>;
14                 interrupts = <0 43 0>;
15         };