Skip to content

Commit

Permalink
ARM: at91/dt: define sam9261ek slow crystal frequency
Browse files Browse the repository at this point in the history
Define at91sam9261ek's slow crystal frequencies.

Signed-off-by: Alexandre Belloni <[email protected]>
Acked-by: Boris BREZILLON <[email protected]>
Signed-off-by: Nicolas Ferre <[email protected]>
  • Loading branch information
alexandrebelloni authored and Nicolas Ferre committed Jun 25, 2014
1 parent 5de4728 commit 78ca2ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/at91sam9261ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
reg = <0x20000000 0x4000000>;
};

slow_xtal {
clock-frequency = <32768>;
};

main_xtal {
clock-frequency = <18432000>;
};
Expand Down

0 comments on commit 78ca2ec

Please sign in to comment.