3 This binding uses the common clock binding:
4 Documentation/devicetree/bindings/clock/clock-bindings.txt
6 Currently various "fixed" clocks are declared for peripheral drivers that use
7 the common clock framework to reference their core clocks. Proper support of
8 these clocks will be added later
18 compatible = "fixed-clock";
20 clock-frequency = <25000000>;
24 compatible = "fixed-clock";
26 clock-frequency = <1000000000>;
29 periph_clk: periph_clk {
30 compatible = "fixed-clock";
32 clock-frequency = <500000000>;