mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
17 lines
278 B
Text
17 lines
278 B
Text
![]() |
// SPDX-License-Identifier: GPL-2.0
|
||
|
/dts-v1/;
|
||
|
/plugin/;
|
||
|
|
||
|
&{/} {
|
||
|
clk: kunit-clock {
|
||
|
compatible = "test,clk-assigned-rates";
|
||
|
#clock-cells = <0>;
|
||
|
};
|
||
|
|
||
|
kunit-clock-consumer {
|
||
|
compatible = "test,clk-consumer";
|
||
|
assigned-clocks = <&clk>;
|
||
|
assigned-clock-rates = <0>;
|
||
|
};
|
||
|
};
|