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

Quelle  tmpv7708-visrobo-vrb.dts   Sprache: unbekannt

 
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Device Tree File for TMPV7708 VisROBO VRB board
 *
 * (C) Copyright 2020, 2021, Toshiba Corporation.
 * (C) Copyright 2020, Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
 */

/dts-v1/;

#include "tmpv7708-visrobo-vrc.dtsi"

/ {
 model = "Toshiba TMPV7708 VisROBO (VRB) board";
 compatible = "toshiba,tmpv7708-visrobo-vrb", "toshiba,tmpv7708";

 aliases {
  serial0 = &uart0;
  serial1 = &uart1;
 };

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

 /* 768MB memory */
 memory@80000000 {
  device_type = "memory";
  reg = <0x0 0x80000000 0x0 0x30000000>;
 };
};

&uart0 {
 status = "okay";
};

&uart1 {
 status = "okay";
};

&piether {
 status = "okay";
 phy-handle = <&phy0>;
 phy-mode = "rgmii-id";

 mdio0 {
  #address-cells = <1>;
  #size-cells = <0>;
  compatible = "snps,dwmac-mdio";
  phy0: ethernet-phy@1 {
   device_type = "ethernet-phy";
   reg = <0x1>;
  };
 };
};

[ Dauer der Verarbeitung: 0.2 Sekunden  (vorverarbeitet)  ]