Linux Audio

Check our new training course

Buildroot integration, development and maintenance

Need a Buildroot system for your embedded project?
Loading...
Note: File does not exist in v3.15.
 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		assigned-clock-rates = <ASSIGNED_RATES_0_RATE>;
12	};
13};