flexcan: Fix up fsl-flexcan device tree binding.
[pandora-kernel.git] / Documentation / devicetree / bindings / net / can / fsl-flexcan.txt
1 Flexcan CAN contoller on Freescale's ARM and PowerPC system-on-a-chip (SOC).
2
3 Required properties:
4
5 - compatible : Should be "fsl,<processor>-flexcan"
6
7   An implementation should also claim any of the following compatibles
8   that it is fully backwards compatible with:
9
10   - fsl,p1010-flexcan
11
12 - reg : Offset and length of the register set for this device
13 - interrupts : Interrupt tuple for this device
14
15 Example:
16
17         can@1c000 {
18                 compatible = "fsl,p1010-flexcan";
19                 reg = <0x1c000 0x1000>;
20                 interrupts = <48 0x2>;
21                 interrupt-parent = <&mpic>;
22         };