]> Git Repo - linux.git/blob - drivers/clk/kunit_clk_parent_data_test.dtso
crypto: akcipher - Drop sign/verify operations
[linux.git] / drivers / clk / kunit_clk_parent_data_test.dtso
1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
3 /plugin/;
4
5 #include "clk_parent_data_test.h"
6
7 &{/} {
8         fixed_50: kunit-clock-50MHz {
9                 compatible = "fixed-clock";
10                 #clock-cells = <0>;
11                 clock-frequency = <50000000>;
12                 clock-output-names = CLK_PARENT_DATA_50MHZ_NAME;
13         };
14
15         fixed_parent: kunit-clock-1MHz {
16                 compatible = "fixed-clock";
17                 #clock-cells = <0>;
18                 clock-frequency = <1000000>;
19                 clock-output-names = CLK_PARENT_DATA_1MHZ_NAME;
20         };
21
22         kunit-clock-controller {
23                 compatible = "test,clk-parent-data";
24                 clocks = <&fixed_parent>, <&fixed_50>;
25                 clock-names = CLK_PARENT_DATA_PARENT1, CLK_PARENT_DATA_PARENT2;
26                 #clock-cells = <1>;
27         };
28 };
This page took 0.032912 seconds and 4 git commands to generate.