mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 09:12:08 +02:00
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: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
committed by
Stefano Babic
parent
1a961c9b32
commit
4ab8e783f3
@@ -211,6 +211,12 @@
|
|||||||
clock-mult = <2>;
|
clock-mult = <2>;
|
||||||
clocks = <&clk_fixed>;
|
clocks = <&clk_fixed>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
osc {
|
||||||
|
compatible = "fixed-clock";
|
||||||
|
#clock-cells = <0>;
|
||||||
|
clock-frequency = <20000000>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
clk_sandbox: clk-sbox {
|
clk_sandbox: clk-sbox {
|
||||||
|
Reference in New Issue
Block a user