Skip to content

Commit

Permalink
ARM: at91/dt: add xtal frequencies to sama5d3 xplained board
Browse files Browse the repository at this point in the history
Define crystal properties of sama5d3 xplained board.

Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
  • Loading branch information
Boris BREZILLON authored and Nicolas Ferre committed May 7, 2014
1 parent 221bfd0 commit 58a5c3d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/at91-sama5d3_xplained.dts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
reg = <0x20000000 0x10000000>;
};

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

main_xtal {
clock-frequency = <12000000>;
};

ahb {
apb {
mmc0: mmc@f0000000 {
Expand Down

0 comments on commit 58a5c3d

Please sign in to comment.