Skip to content

Commit

Permalink
ARM: at91/dt: define sama5d3xek's main clk frequency
Browse files Browse the repository at this point in the history
Define the main clock frequency for the new main clock node
in sama5d3xcm.dtsi.

Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
  • Loading branch information
Boris BREZILLON authored and Nicolas Ferre committed Dec 2, 2013
1 parent d2e8190 commit 72163e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/sama5d3xcm.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
macb0: ethernet@f0028000 {
phy-mode = "rgmii";
};

pmc: pmc@fffffc00 {
main: mainck {
clock-frequency = <12000000>;
};
};
};

nand0: nand@60000000 {
Expand Down

0 comments on commit 72163e5

Please sign in to comment.