| Flexcan CAN controller on Freescale's ARM and PowerPC system-on-a-chip (SOC). |
| - compatible : Should be "fsl,<processor>-flexcan" |
| An implementation should also claim any of the following compatibles |
| that it is fully backwards compatible with: |
| - reg : Offset and length of the register set for this device |
| - interrupts : Interrupt tuple for this device |
| - clock-frequency : The oscillator frequency driving the flexcan device |
| - xceiver-supply: Regulator that powers the CAN transceiver |
| compatible = "fsl,p1010-flexcan"; |
| interrupt-parent = <&mpic>; |
| clock-frequency = <200000000>; // filled in by bootloader |