summaryrefslogtreecommitdiffstats
path: root/drivers/clk/kunit_clk_assigned_rates_zero_consumer.dtso
blob: 1d964672e8553a90263af400367a2d947f755015 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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>;
	};
};