2011-08-16 17:32:21 +00:00
|
|
|
Flexcan CAN contoller on Freescale's ARM and PowerPC system-on-a-chip (SOC).
|
2011-04-19 13:58:31 +00:00
|
|
|
|
2011-08-16 17:32:21 +00:00
|
|
|
Required properties:
|
2011-04-19 13:58:31 +00:00
|
|
|
|
2011-08-16 17:32:21 +00:00
|
|
|
- compatible : Should be "fsl,<processor>-flexcan"
|
2011-04-19 13:58:31 +00:00
|
|
|
|
2011-08-16 17:32:21 +00:00
|
|
|
An implementation should also claim any of the following compatibles
|
|
|
|
that it is fully backwards compatible with:
|
2011-04-19 13:58:31 +00:00
|
|
|
|
2011-08-16 17:32:21 +00:00
|
|
|
- fsl,p1010-flexcan
|
2011-04-19 13:58:31 +00:00
|
|
|
|
2011-08-16 17:32:21 +00:00
|
|
|
- reg : Offset and length of the register set for this device
|
|
|
|
- interrupts : Interrupt tuple for this device
|
2011-04-19 13:58:31 +00:00
|
|
|
|
2011-08-16 17:32:21 +00:00
|
|
|
Example:
|
2011-04-19 13:58:31 +00:00
|
|
|
|
2011-08-16 17:32:21 +00:00
|
|
|
can@1c000 {
|
|
|
|
compatible = "fsl,p1010-flexcan";
|
2011-04-19 13:58:31 +00:00
|
|
|
reg = <0x1c000 0x1000>;
|
|
|
|
interrupts = <48 0x2>;
|
|
|
|
interrupt-parent = <&mpic>;
|
|
|
|
};
|