aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sama5d3xcm.dtsi
diff options
context:
space:
mode:
authorBoris BREZILLON <b.brezillon@overkiz.com>2013-10-11 08:43:34 -0400
committerNicolas Ferre <nicolas.ferre@atmel.com>2013-12-02 09:31:29 -0500
commit72163e5ab52b2d4e27743c7560aff11e971975b2 (patch)
tree53b3c0dcf6af09c17129b0576a60c7a4ed0c152b /arch/arm/boot/dts/sama5d3xcm.dtsi
parentd2e8190b7916ed5d8a8b5145b3dd85ca07412edd (diff)
ARM: at91/dt: define sama5d3xek's main clk frequency
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>
Diffstat (limited to 'arch/arm/boot/dts/sama5d3xcm.dtsi')
-rw-r--r--arch/arm/boot/dts/sama5d3xcm.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sama5d3xcm.dtsi b/arch/arm/boot/dts/sama5d3xcm.dtsi
index 726a0f35100c..dce5419f773c 100644
--- a/arch/arm/boot/dts/sama5d3xcm.dtsi
+++ b/arch/arm/boot/dts/sama5d3xcm.dtsi
@@ -38,6 +38,12 @@
38 macb0: ethernet@f0028000 { 38 macb0: ethernet@f0028000 {
39 phy-mode = "rgmii"; 39 phy-mode = "rgmii";
40 }; 40 };
41
42 pmc: pmc@fffffc00 {
43 main: mainck {
44 clock-frequency = <12000000>;
45 };
46 };
41 }; 47 };
42 48
43 nand0: nand@60000000 { 49 nand0: nand@60000000 {