Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  r9a09g011-v2mevk2.dts   Sprache: unbekannt

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

// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
/*
 * Device Tree Source for the RZ/V2M (r9a09g011) Evaluation Kit Board
 *
 * Copyright (C) 2022 Renesas Electronics Corp.
 */

/dts-v1/;
#include "r9a09g011.dtsi"
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/pinctrl/rzv2m-pinctrl.h>

/ {
 model = "RZ/V2M Evaluation Kit 2.0";
 compatible = "renesas,rzv2mevk2", "renesas,r9a09g011";

 aliases {
  serial0 = &uart0;
  ethernet0 = &avb;
 };

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

 connector {
  compatible = "usb-c-connector";
  label = "USB-C";
  data-role = "dual";

  ports {
   #address-cells = <1>;
   #size-cells = <0>;

   port@0 {
    reg = <0>;
    hs_ep: endpoint {
     remote-endpoint = <&usb3_hs_ep>;
    };
   };

   port@1 {
    reg = <1>;
    ss_ep: endpoint {
     remote-endpoint = <&hd3ss3220_in_ep>;
    };
   };
  };
 };

 memory@58000000 {
  device_type = "memory";
  /*
   * first 1.25GiB is reserved for ISP Firmware,
   * next 128MiB is reserved for secure area.
   */
  reg = <0x0 0x58000000 0x0 0x28000000>;
 };

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

 reg_1v8: regulator-1v8 {
  compatible = "regulator-fixed";
  regulator-name = "fixed-1.8V";
  regulator-min-microvolt = <1800000>;
  regulator-max-microvolt = <1800000>;
  regulator-boot-on;
  regulator-always-on;
 };

 reg_3v3: regulator-3v3 {
  compatible = "regulator-fixed";
  regulator-name = "fixed-3.3V";
  regulator-min-microvolt = <3300000>;
  regulator-max-microvolt = <3300000>;
  regulator-boot-on;
  regulator-always-on;
 };

 vccq_sdhi0: regulator-vccq-sdhi0 {
  compatible = "regulator-gpio";

  regulator-name = "SDHI0 VccQ";
  regulator-min-microvolt = <1800000>;
  regulator-max-microvolt = <3300000>;

  gpios = <&pwc 0 GPIO_ACTIVE_HIGH>;
  gpios-states = <1>;
  states = <3300000 0>, <1800000 1>;
 };
};

&avb {
 renesas,no-ether-link;
 phy-handle = <&phy0>;
 phy-mode = "gmii";
 status = "okay";

 phy0: ethernet-phy@0 {
  compatible = "ethernet-phy-id001c.c916",
        "ethernet-phy-ieee802.3-c22";
  reg = <0>;
 };
};

&emmc {
 pinctrl-0 = <&emmc_pins>;
 pinctrl-1 = <&emmc_pins>;
 pinctrl-names = "default", "state_uhs";

 vmmc-supply = <®_3v3>;
 vqmmc-supply = <®_1v8>;
 bus-width = <8>;
 mmc-hs200-1_8v;
 no-sd;
 no-sdio;
 non-removable;
 fixed-emmc-driver-type = <1>;
 max-frequency = <200000000>;
 status = "okay";
};

&extal_clk {
 clock-frequency = <48000000>;
};

&i2c0 {
 pinctrl-0 = <&i2c0_pins>;
 pinctrl-names = "default";
 clock-frequency = <400000>;
 status = "okay";

 hd3ss3220@47 {
  compatible = "ti,hd3ss3220";
  reg = <0x47>;

  ports {
   #address-cells = <1>;
   #size-cells = <0>;

   port@0 {
    reg = <0>;
    hd3ss3220_in_ep: endpoint {
     remote-endpoint = <&ss_ep>;
    };
   };

   port@1 {
    reg = <1>;
    hd3ss3220_out_ep: endpoint {
     remote-endpoint = <&usb3_role_switch>;
    };
   };
  };
 };
};

&i2c2 {
 pinctrl-0 = <&i2c2_pins>;
 pinctrl-names = "default";
 clock-frequency = <100000>;
 status = "okay";
};

&pinctrl {
 emmc_pins: emmc {
  data {
   pinmux = <RZV2M_PORT_PINMUX(002)>, /* MMDAT0 */
     <RZV2M_PORT_PINMUX(012)>, /* MMDAT1 */
     <RZV2M_PORT_PINMUX(022)>, /* MMDAT2 */
     <RZV2M_PORT_PINMUX(032)>, /* MMDAT3 */
     <RZV2M_PORT_PINMUX(042)>, /* MMDAT4 */
     <RZV2M_PORT_PINMUX(052)>, /* MMDAT5 */
     <RZV2M_PORT_PINMUX(062)>, /* MMDAT6 */
     <RZV2M_PORT_PINMUX(072)>; /* MMDAT7 */
   power-source = <1800>;
  };

  ctrl {
   pinmux = <RZV2M_PORT_PINMUX(0102)>, /* MMCMD */
     <RZV2M_PORT_PINMUX(0112)>; /* MMCLK */
   power-source = <1800>;
  };
 };

 i2c0_pins: i2c0 {
  pinmux = <RZV2M_PORT_PINMUX(502)>, /* SDA */
    <RZV2M_PORT_PINMUX(512)>; /* SCL */
 };

 i2c2_pins: i2c2 {
  pinmux = <RZV2M_PORT_PINMUX(382)>, /* SDA */
    <RZV2M_PORT_PINMUX(392)>; /* SCL */
 };

 sdhi0_pins: sd0 {
  data {
   pinmux = <RZV2M_PORT_PINMUX(821)>, /* SD0DAT0 */
     <RZV2M_PORT_PINMUX(831)>, /* SD0DAT1 */
     <RZV2M_PORT_PINMUX(841)>, /* SD0DAT2 */
     <RZV2M_PORT_PINMUX(851)>; /* SD0DAT3 */
   power-source = <3300>;
  };

  ctrl {
   pinmux = <RZV2M_PORT_PINMUX(801)>, /* SD0CMD */
     <RZV2M_PORT_PINMUX(811)>; /* SD0CLK */
   power-source = <3300>;
  };

  cd {
   pinmux = <RZV2M_PORT_PINMUX(871)>; /* SD0CD */
   power-source = <3300>;
  };
 };

 sdhi0_pins_uhs: sd0-uhs {
  data {
   pinmux = <RZV2M_PORT_PINMUX(821)>, /* SD0DAT0 */
     <RZV2M_PORT_PINMUX(831)>, /* SD0DAT1 */
     <RZV2M_PORT_PINMUX(841)>, /* SD0DAT2 */
     <RZV2M_PORT_PINMUX(851)>; /* SD0DAT3 */
   power-source = <1800>;
  };

  ctrl {
   pinmux = <RZV2M_PORT_PINMUX(801)>, /* SD0CMD */
     <RZV2M_PORT_PINMUX(811)>; /* SD0CLK */
   power-source = <1800>;
  };

  cd {
   pinmux = <RZV2M_PORT_PINMUX(871)>; /* SD0CD */
   power-source = <1800>;
  };
 };

 uart0_pins: uart0 {
  pinmux = <RZV2M_PORT_PINMUX(302)>, /* UATX0 */
    <RZV2M_PORT_PINMUX(312)>, /* UARX0 */
    <RZV2M_PORT_PINMUX(322)>, /* UACTS0N */
    <RZV2M_PORT_PINMUX(332)>; /* UARTS0N */
 };
};

&pwc {
 renesas,rzv2m-pwc-power;
 status = "okay";
};

&sdhi0 {
 pinctrl-0 = <&sdhi0_pins>;
 pinctrl-1 = <&sdhi0_pins_uhs>;
 pinctrl-names = "default", "state_uhs";

 vmmc-supply = <®_3v3>;
 vqmmc-supply = <&vccq_sdhi0>;
 bus-width = <4>;
 sd-uhs-sdr50;
 sd-uhs-sdr104;
 status = "okay";
};

&uart0 {
 pinctrl-0 = <&uart0_pins>;
 pinctrl-names = "default";

 uart-has-rtscts;
 status = "okay";
};

&usb3drd {
 status = "okay";
};

&usb3host {
 status = "okay";
};

&usb3peri {
 companion = <&usb3host>;
 status = "okay";
 usb-role-switch;

 ports {
  #address-cells = <1>;
  #size-cells = <0>;

  port@0 {
   reg = <0>;
   usb3_hs_ep: endpoint {
    remote-endpoint = <&hs_ep>;
   };
  };

  port@1 {
   reg = <1>;
   usb3_role_switch: endpoint {
    remote-endpoint = <&hd3ss3220_out_ep>;
   };
  };
 };
};

&wdt0 {
 status = "okay";
};

[Dauer der Verarbeitung: 0.15 Sekunden, vorverarbeitet 2026-06-07]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge