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

Quelle  xtfpga-flash-128m.dtsi   Sprache: unbekannt

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

// SPDX-License-Identifier: GPL-2.0
/ {
 soc {
  flash: flash@00000000 {
   #address-cells = <1>;
   #size-cells = <1>;
   compatible = "cfi-flash";
   reg = <0x00000000 0x08000000>;
   bank-width = <2>;
   device-width = <2>;
   partition@0 {
    label = "data";
    reg = <0x00000000 0x06000000>;
   };
   partition@6000000 {
    label = "boot loader area";
    reg = <0x06000000 0x00800000>;
   };
   partition@6800000 {
    label = "kernel image";
    reg = <0x06800000 0x017e0000>;
   };
   partition@7fe0000 {
    label = "boot environment";
    reg = <0x07fe0000 0x00020000>;
   };
  };
        };
};

[ Dauer der Verarbeitung: 0.41 Sekunden  ]