Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/drivers/of/unittest-data/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 468 B image not shown  

Quelle  testcases.dtso   Sprache: unbekannt

 
Spracherkennung für: .dtso vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

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

#include "testcases_common.dtsi"

/ {
 /*
  * testcase data that intentionally results in an error is located here
  * instead of in testcases_common.dtsi so that the static overlay apply
  * tests will not include the error.
  */
 testcase-data {
  testcase-device2 {
   compatible = "testcase-device";
   interrupt-parent = <&test_intc2>;
   interrupts = <1>; /* invalid specifier - too short */
  };
 };

};

[ Dauer der Verarbeitung: 0.24 Sekunden  ]