diff options
author | Boris BREZILLON <boris.brezillon@free-electrons.com> | 2014-04-22 15:12:36 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-05-07 18:27:54 +0200 |
commit | 58a5c3d896811183efac043dd56c0eeb46d92b49 (patch) | |
tree | 7601c2b513f71f9d86042e9248295fe69f64deb0 /arch/arm/boot/dts/at91-sama5d3_xplained.dts | |
parent | 221bfd054c944307f227c586c95e082495c06b2f (diff) | |
download | op-kernel-dev-58a5c3d896811183efac043dd56c0eeb46d92b49.zip op-kernel-dev-58a5c3d896811183efac043dd56c0eeb46d92b49.tar.gz |
ARM: at91/dt: add xtal frequencies to sama5d3 xplained board
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>
Diffstat (limited to 'arch/arm/boot/dts/at91-sama5d3_xplained.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d3_xplained.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d3_xplained.dts b/arch/arm/boot/dts/at91-sama5d3_xplained.dts index ce13755..f1a1119 100644 --- a/arch/arm/boot/dts/at91-sama5d3_xplained.dts +++ b/arch/arm/boot/dts/at91-sama5d3_xplained.dts @@ -21,6 +21,14 @@ reg = <0x20000000 0x10000000>; }; + slow_xtal { + clock-frequency = <32768>; + }; + + main_xtal { + clock-frequency = <12000000>; + }; + ahb { apb { mmc0: mmc@f0000000 { |