Commit d738989f authored by Alexandre Belloni's avatar Alexandre Belloni

ARM: at91/dt: kizbox: define main crystal frequency

Define kizbox board's main crystal frequency.
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 650defcf
......@@ -30,6 +30,10 @@ main_clock: clock@0 {
compatible = "atmel,osc", "fixed-clock";
clock-frequency = <18432000>;
};
main_xtal {
clock-frequency = <18432000>;
};
};
ahb {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment