Skip to content

Commit

Permalink
ARM: dts: Add CAN nodes
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Färber <afaerber@suse.de>
  • Loading branch information
afaerber committed Jul 12, 2015
1 parent 0279797 commit 607e03c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions arch/arm/boot/dts/fm4.dtsi
Expand Up @@ -153,6 +153,30 @@
interrupts = <126>, <127>;
status = "disabled";
};

can0: can@40062000 {
compatible = "bosch,c_can";
reg = <0x40062000 0x100>;
clocks = <&can_prescaler>;
interrupts = <80>;
status = "disabled";
};

can1: can@40063000 {
compatible = "bosch,c_can";
reg = <0x40063000 0x100>;
clocks = <&can_prescaler>;
interrupts = <81>;
status = "disabled";
};

can_fd: can@40070000 {
compatible = "bosch,m_can";
reg = <0x40070000 0x1000>;
clocks = <&can_prescaler>;
interrupts = <81>;
status = "disabled";
};
};
};

Expand Down

0 comments on commit 607e03c

Please sign in to comment.