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

Quelle  owl-s500-cubieboard6.dts   Sprache: unbekannt

 
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Cubietech CubieBoard6
 *
 * Copyright (c) 2017 Andreas Färber
 */

/dts-v1/;

#include "owl-s500.dtsi"

/ {
 compatible = "cubietech,cubieboard6", "actions,s500";
 model = "CubieBoard6";

 aliases {
  serial3 = &uart3;
 };

 chosen {
  stdout-path = "serial3:115200n8";
 };

 memory@0 {
  device_type = "memory";
  reg = <0x0 0x80000000>;
 };
};

&timer {
 clocks = <&hosc>;
};

&uart3 {
 status = "okay";
};

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]