Skip to content
Snippets Groups Projects
Commit 4ab8e783 authored by Lukasz Majewski's avatar Lukasz Majewski Committed by Stefano Babic
Browse files

dts: sandbox: Add 'osc' clock for Common Clock Framework [CCF] testing


This patch adds the 'osc' fixed clock to facilitate the CCF testing in
the sandbox U-Boot. It is a starting point for building CCF hierarchy of
clocks.

Signed-off-by: default avatarLukasz Majewski <lukma@denx.de>
parent 1a961c9b
No related branches found
No related tags found
No related merge requests found
......@@ -211,6 +211,12 @@
clock-mult = <2>;
clocks = <&clk_fixed>;
};
osc {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <20000000>;
};
};
clk_sandbox: clk-sbox {
......
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