Skip to content
Snippets Groups Projects
Commit ffd204f3 authored by Claudiu Beznea's avatar Claudiu Beznea Committed by Eugen Hristev
Browse files

ARM: dts: sam9x60ek: add clock frequencies to board file


Slow Xtal and Main Xtal are board specific. Add their proper
frequency to board file.

Signed-off-by: default avatarClaudiu Beznea <claudiu.beznea@microchip.com>
parent a6486228
No related branches found
No related tags found
No related merge requests found
......@@ -30,13 +30,11 @@
slow_xtal: slow_xtal {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <0>;
};
main_xtal: main_xtal {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <0>;
};
};
......
......@@ -18,6 +18,16 @@
i2c0 = &flx0;
};
clocks {
slow_xtal: slow_xtal {
clock-frequency = <32768>;
};
main_xtal: main_xtal {
clock-frequency = <24000000>;
};
};
onewire_tm: onewire {
gpios = <&pioD 14 0>;
pinctrl-names = "default";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment