diff options
author | Boris BREZILLON <b.brezillon@overkiz.com> | 2013-10-11 14:43:34 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-12-02 15:31:29 +0100 |
commit | 72163e5ab52b2d4e27743c7560aff11e971975b2 (patch) | |
tree | 53b3c0dcf6af09c17129b0576a60c7a4ed0c152b /arch/arm/boot/dts/sama5d3xcm.dtsi | |
parent | d2e8190b7916ed5d8a8b5145b3dd85ca07412edd (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.dtsi | 6 |
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 @@ macb0: ethernet@f0028000 { phy-mode = "rgmii"; }; + + pmc: pmc@fffffc00 { + main: mainck { + clock-frequency = <12000000>; + }; + }; }; nand0: nand@60000000 { |