repo.or.cz
/
linux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
module: Convert symbol namespace to string literal
[linux.git]
/
drivers
/
clk
/
kunit_clk_assigned_rates_without_consumer.dtso
blob
75ac09140f83493aa3ca0b55c91114963ee98095
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
};