arm64: dts: intel: socfpga_agilex: add frequencies to internal oscillators

Add clock-frequency property to the internal oscillators, cb_intosc_ls_clk
and cb_intosc_hs_div2_clk.

Signed-off-by: Matthew Gerlach <matthew.gerlach@altera.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
Matthew Gerlach 2025-02-26 10:54:51 -08:00 committed by Dinh Nguyen
parent 144616a808
commit 76f15cd968

View File

@ -114,11 +114,13 @@ clocks {
cb_intosc_hs_div2_clk: cb-intosc-hs-div2-clk {
#clock-cells = <0>;
compatible = "fixed-clock";
clock-frequency = <200000000>;
};
cb_intosc_ls_clk: cb-intosc-ls-clk {
#clock-cells = <0>;
compatible = "fixed-clock";
clock-frequency = <400000000>;
};
f2s_free_clk: f2s-free-clk {