mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2024-12-29 09:13:38 +00:00
19 lines
337 B
Plaintext
19 lines
337 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/dts-v1/;
|
||
|
/plugin/;
|
||
|
|
||
|
#include "kunit_clk_assigned_rates.h"
|
||
|
|
||
|
&{/} {
|
||
|
clk: kunit-clock {
|
||
|
compatible = "test,clk-assigned-rates";
|
||
|
#clock-cells = <0>;
|
||
|
};
|
||
|
|
||
|
kunit-clock-consumer {
|
||
|
compatible = "test,clk-consumer";
|
||
|
assigned-clocks = <&clk>;
|
||
|
assigned-clock-rates = <ASSIGNED_RATES_0_RATE>;
|
||
|
};
|
||
|
};
|