Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/arch/arm/boot/dts/arm/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 668 B image not shown  

Quelle  versatile-ab-ib2.dts   Sprache: unbekannt

 
// SPDX-License-Identifier: GPL-2.0
/*
 * The Versatile AB with the IB2 expansion board mounted.
 * This works as a superset of the Versatile AB.
 */

#include "versatile-ab.dts"

/ {
 model = "ARM Versatile AB + IB2 board";

 /* Special IB2 control register */
 syscon@27000000 {
  compatible = "arm,versatile-ib2-syscon", "syscon", "simple-mfd";
  reg = <0x27000000 0x4>;
  ranges = <0x0 0x27000000 0x4>;
  #address-cells = <1>;
  #size-cells = <1>;

  led@0,4 {
   compatible = "register-bit-led";
   reg = <0x00 0x04>;
   offset = <0x00>;
   mask = <0x10>;
   label = "versatile-ib2:0";
   linux,default-trigger = "heartbeat";
   default-state = "on";
  };
 };
};

[ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ]