summaryrefslogtreecommitdiff
path: root/drivers/clk/kunit_clk_hw_get_dev_of_node.dtso
blob: 760717da32359e85d946c53e47e72994b1d51417 (plain)
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: GPL-2.0
/dts-v1/;
/plugin/;

&{/} {
	kunit-clock-controller {
		compatible = "test,clk-hw-get-dev-of-node";
		#clock-cells = <0>;
	};
};