import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / Documentation / devicetree / bindings / net / can / fsl-flexcan.txt
CommitLineData
c94bed8e 1Flexcan CAN controller on Freescale's ARM and PowerPC system-on-a-chip (SOC).
9c817f18 2
243abbf2 3Required properties:
9c817f18 4
243abbf2 5- compatible : Should be "fsl,<processor>-flexcan"
9c817f18 6
243abbf2 7 An implementation should also claim any of the following compatibles
8 that it is fully backwards compatible with:
9c817f18 9
243abbf2 10 - fsl,p1010-flexcan
9c817f18 11
243abbf2 12- reg : Offset and length of the register set for this device
13- interrupts : Interrupt tuple for this device
8b7b736f
SG
14
15Optional properties:
16
97efe9ae 17- clock-frequency : The oscillator frequency driving the flexcan device
9c817f18 18
243abbf2 19Example:
9c817f18 20
243abbf2 21 can@1c000 {
22 compatible = "fsl,p1010-flexcan";
9c817f18
BU
23 reg = <0x1c000 0x1000>;
24 interrupts = <48 0x2>;
25 interrupt-parent = <&mpic>;
97efe9ae 26 clock-frequency = <200000000>; // filled in by bootloader
9c817f18 27 };