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