summaryrefslogtreecommitdiffstats
path: root/drivers/clk/kunit_clk_assigned_rates_without.dtso
blob: 22d333495cf2b368568d6bcf2a74ad5628179523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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>;
		assigned-clock-rates = <ASSIGNED_RATES_0_RATE>;
	};
};