Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/drivers/clk/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 643 B image not shown  

Quelle  kunit_clk_parent_data_test.dtso   Sprache: unbekannt

 
// SPDX-License-Identifier: GPL-2.0
/dts-v1/;
/plugin/;

#include "clk_parent_data_test.h"

&{/} {
 fixed_50: kunit-clock-50MHz {
  compatible = "fixed-clock";
  #clock-cells = <0>;
  clock-frequency = <50000000>;
  clock-output-names = CLK_PARENT_DATA_50MHZ_NAME;
 };

 fixed_parent: kunit-clock-1MHz {
  compatible = "fixed-clock";
  #clock-cells = <0>;
  clock-frequency = <1000000>;
  clock-output-names = CLK_PARENT_DATA_1MHZ_NAME;
 };

 kunit-clock-controller {
  compatible = "test,clk-parent-data";
  clocks = <&fixed_parent>, <&fixed_50>;
  clock-names = CLK_PARENT_DATA_PARENT1, CLK_PARENT_DATA_PARENT2;
  #clock-cells = <1>;
 };
};

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]