xref: /linux/drivers/clk/kunit_clk_assigned_rates_without_consumer.dtso (revision 9208c05f9fdfd927ea160b97dfef3c379049fff2)
1// SPDX-License-Identifier: GPL-2.0
2/dts-v1/;
3/plugin/;
4
5#include "kunit_clk_assigned_rates.h"
6
7&{/} {
8	clk: kunit-clock {
9		compatible = "test,clk-assigned-rates";
10		#clock-cells = <0>;
11	};
12
13	kunit-clock-consumer {
14		compatible = "test,clk-consumer";
15		assigned-clock-rates = <ASSIGNED_RATES_0_RATE>;
16	};
17};
18