// SPDX-License-Identifier: GPL-2.0 /dts-v1/; /plugin/; #include "clk-fixed-rate_test.h" &{/} { fixed_50MHz: kunit-clock { compatible = "fixed-clock"; #clock-cells = <0>; clock-frequency = ; clock-accuracy = ; }; kunit-clock-consumer { compatible = "test,single-clk-consumer"; clocks = <&fixed_50MHz>; }; };