summaryrefslogtreecommitdiff
path: root/drivers/clk/kunit_clk_assigned_sscs_without_consumer.dtso
blob: e1c089c6f0c0223f16f7ac9a396e7ac7b821c967 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// 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-clock-sscs = <ASSIGNED_SSCS_0_MODFREQ
				       ASSIGNED_SSCS_0_SPREAD
				       ASSIGNED_SSCS_0_METHOD>;
	};
};