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_multiple.dtso
blob
e600736e70f5041ddeb1bfb0d6074746a064e08a
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 = <1>;
11
assigned-clocks = <&clk 0>,
12
<&clk 1>;
13
assigned-clock-rates = <ASSIGNED_RATES_0_RATE>,
14
<ASSIGNED_RATES_1_RATE>;
15
};
16
};