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

	kunit-clock-consumer {
		compatible = "test,clk-consumer";
		assigned-clocks = <&clk 0>,
				  <&clk 1>;
		assigned-clock-rates-u64 = /bits/ 64 <ASSIGNED_RATES_0_RATE>,
					   /bits/ 64 <ASSIGNED_RATES_1_RATE>;
	};
};