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

Quelle  sun50i-a64-pine64-lts.dts   Sprache: unbekannt

 
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
// Copyright (c) 2018 ARM Ltd.

#include <dt-bindings/leds/common.h>
#include "sun50i-a64-sopine-baseboard.dts"

/ {
 model = "Pine64 PINE A64 LTS";
 compatible = "pine64,pine64-lts", "allwinner,sun50i-r18",
       "allwinner,sun50i-a64";

 leds {
  compatible = "gpio-leds";

  led {
   function = LED_FUNCTION_STATUS;
   color = <LED_COLOR_ID_BLUE>;
   gpios = <&r_pio 0 7 GPIO_ACTIVE_LOW>; /* PL7 */
  };
 };
};

&mmc0 {
 broken-cd;  /* card detect is broken on *some* boards */
};

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]