mirror of https://gitee.com/openkylin/linux.git
ARM: at91/dt: define main clk frequency of at91sam9rlek
Define the main clock frequency for the new main clock node in at91sam9rlek.dts Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Boris BREZILLON <b.brezillon.dev@gmail.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
parent
8dc5d8e8f7
commit
42be95ff30
|
@ -105,6 +105,12 @@ pinctrl_board_mmc0: mmc0-board {
|
|||
};
|
||||
};
|
||||
|
||||
pmc: pmc@fffffc00 {
|
||||
main: mainck {
|
||||
clock-frequency = <12000000>;
|
||||
};
|
||||
};
|
||||
|
||||
watchdog@fffffd40 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue