Skip to content

Commit

Permalink
ARM: dts: Add CAN prescaler node
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 09e144e commit 0279797
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/fm4.dtsi
Expand Up @@ -19,6 +19,13 @@
interrupts = <47>;
};

can_prescaler: clk@40037000 {
compatible = "spansion,fm4-can-prescaler";
reg = <0x40037000 0x1000>;
clocks = <&cgu 0>;
#clock-cells = <0>;
};

mfs0: serial@40038000 {
compatible = "spansion,fm4-mfs";
reg = <0x40038000 0x100>;
Expand Down

0 comments on commit 0279797

Please sign in to comment.