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

Benutzer

Quelle  r9a07g044l2-remi-pi.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 MYIR Remi Pi
 *
 * Copyright (C) 2022 MYIR Electronics Corp.
 * Copyright (C) 2025 Collabora Ltd.
 */

/dts-v1/;

#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/pinctrl/rzg2l-pinctrl.h>

#include "r9a07g044l2.dtsi"

/ {
 model = "MYIR Tech Limited Remi Pi MYB-YG2LX-REMI";
 compatible = "myir,remi-pi", "renesas,r9a07g044l2", "renesas,r9a07g044";

 aliases {
  ethernet0 = ð0;
  ethernet1 = ð1;

  i2c0 = &i2c0;
  i2c1 = &i2c1;
  i2c2 = &i2c2;
  i2c3 = &i2c3;

  mmc0 = &sdhi0;

  serial0 = &scif0;
  serial4 = &scif4;
 };

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

 hdmi-out {
  compatible = "hdmi-connector";
  type = "a";
  ddc-i2c-bus = <&i2c1>;

  port {
   hdmi_con: endpoint {
    remote-endpoint = <<8912_out>;
   };
  };
 };

 memory@48000000 {
  device_type = "memory";
  /* first 128MB is reserved for secure area. */
  reg = <0x0 0x48000000 0x0 0x38000000>;
 };

 reg_1p8v: regulator-1p8v {
  compatible = "regulator-fixed";
  regulator-name = "fixed-1.8V";
  vin-supply = <®_5p0v>;
  regulator-min-microvolt = <1800000>;
  regulator-max-microvolt = <1800000>;
  regulator-always-on;
 };

 reg_3p3v: regulator-3p3v {
  compatible = "regulator-fixed";
  regulator-name = "fixed-3.3V";
  vin-supply = <®_5p0v>;
  regulator-min-microvolt = <3300000>;
  regulator-max-microvolt = <3300000>;
  regulator-always-on;
 };

 reg_5p0v: regulator-5p0v {
  compatible = "regulator-fixed";
  regulator-name = "fixed-5.0V";
  regulator-min-microvolt = <5000000>;
  regulator-max-microvolt = <5000000>;
 };

 reg_1p1v: regulator-vdd-core {
  compatible = "regulator-fixed";
  regulator-name = "fixed-1.1V";
  regulator-min-microvolt = <1100000>;
  regulator-max-microvolt = <1100000>;
  regulator-always-on;
 };
};

&dsi {
 status = "okay";

 ports {
  port@1 {
   dsi_out: endpoint {
    remote-endpoint = <<8912_in>;
    data-lanes = <1 2 3 4>;
   };
  };
 };
};

&du {
 status = "okay";
};

&ehci1 {
 status = "okay";
};

ð0 {
 pinctrl-0 = <ð0_pins>;
 pinctrl-names = "default";
 phy-handle = <&phy0>;
 phy-mode = "rgmii-id";
 status = "okay";

 phy0: ethernet-phy@4 {
  compatible = "ethernet-phy-ieee802.3-c22";
  reg = <4>;
  interrupts-extended = <&pinctrl RZG2L_GPIO(442) IRQ_TYPE_LEVEL_LOW>;
  reset-gpios = <&pinctrl RZG2L_GPIO(443) GPIO_ACTIVE_LOW>;
 };
};

ð1 {
 pinctrl-0 = <ð1_pins>;
 pinctrl-names = "default";
 phy-handle = <&phy1>;
 phy-mode = "rgmii-id";
 status = "okay";

 phy1: ethernet-phy@6 {
  compatible = "ethernet-phy-ieee802.3-c22";
  reg = <6>;
  interrupts-extended = <&pinctrl RZG2L_GPIO(432) IRQ_TYPE_LEVEL_LOW>;
  reset-gpios = <&pinctrl RZG2L_GPIO(433) GPIO_ACTIVE_LOW>;
 };
};

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

&gpu {
 mali-supply = <®_1p1v>;
};

&i2c0 {
 pinctrl-0 = <&i2c0_pins>;
 pinctrl-names = "default";

 clock-frequency = <400000>;
 status = "okay";

 hdmi-bridge@48 {
  compatible = "lontium,lt8912b";
  reg = <0x48> ;
  reset-gpios = <&pinctrl RZG2L_GPIO(422) GPIO_ACTIVE_LOW>;

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

   port@0 {
    reg = <0>;

    lt8912_in: endpoint {
     data-lanes = <1 2 3 4>;
     remote-endpoint = <&dsi_out>;
    };
   };

   port@1 {
    reg = <1>;

    lt8912_out: endpoint {
     remote-endpoint = <&hdmi_con>;
    };
   };
  };
 };
};

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

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

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

&mtu3 {
 status = "okay";
};

&ohci1 {
 status = "okay";
};

&ostm1 {
 status = "okay";
};

&ostm2 {
 status = "okay";
};

&phyrst {
 status = "okay";
};

&pinctrl {
 eth0_pins: eth0 {
  pinmux = <RZG2L_PORT_PINMUX(2711)>, /* ET0_MDC */
    <RZG2L_PORT_PINMUX(2801)>, /* ET0_MDIO */
    <RZG2L_PORT_PINMUX(2001)>, /* ET0_TXC */
    <RZG2L_PORT_PINMUX(2011)>, /* ET0_TX_CTL */
    <RZG2L_PORT_PINMUX(2021)>, /* ET0_TXD0 */
    <RZG2L_PORT_PINMUX(2101)>, /* ET0_TXD1 */
    <RZG2L_PORT_PINMUX(2111)>, /* ET0_TXD2 */
    <RZG2L_PORT_PINMUX(2201)>, /* ET0_TXD3 */
    <RZG2L_PORT_PINMUX(2401)>, /* ET0_RXC */
    <RZG2L_PORT_PINMUX(2411)>, /* ET0_RX_CTL */
    <RZG2L_PORT_PINMUX(2501)>, /* ET0_RXD0 */
    <RZG2L_PORT_PINMUX(2511)>, /* ET0_RXD1 */
    <RZG2L_PORT_PINMUX(2601)>, /* ET0_RXD2 */
    <RZG2L_PORT_PINMUX(2611)>; /* ET0_RXD3 */
 };

 eth1_pins: eth1 {
  pinmux = <RZG2L_PORT_PINMUX(3701)>, /* ET1_MDC */
    <RZG2L_PORT_PINMUX(3711)>, /* ET1_MDIO */
    <RZG2L_PORT_PINMUX(2901)>, /* ET1_TXC */
    <RZG2L_PORT_PINMUX(2911)>, /* ET1_TX_CTL */
    <RZG2L_PORT_PINMUX(3001)>, /* ET1_TXD0 */
    <RZG2L_PORT_PINMUX(3011)>, /* ET1_TXD1 */
    <RZG2L_PORT_PINMUX(3101)>, /* ET1_TXD2 */
    <RZG2L_PORT_PINMUX(3111)>, /* ET1_TXD3 */
    <RZG2L_PORT_PINMUX(3311)>, /* ET1_RXC */
    <RZG2L_PORT_PINMUX(3401)>, /* ET1_RX_CTL */
    <RZG2L_PORT_PINMUX(3411)>, /* ET1_RXD0 */
    <RZG2L_PORT_PINMUX(3501)>, /* ET1_RXD1 */
    <RZG2L_PORT_PINMUX(3511)>, /* ET1_RXD2 */
    <RZG2L_PORT_PINMUX(3601)>; /* ET1_RXD3 */
 };

 i2c0_pins: i2c0 {
  pins = "RIIC0_SDA", "RIIC0_SCL";
  input-enable;
 };

 i2c1_pins: i2c1 {
  pins = "RIIC1_SDA", "RIIC1_SCL";
  input-enable;
 };

 i2c2_pins: i2c2 {
  pinmux = <RZG2L_PORT_PINMUX(302)>, /* SDA */
    <RZG2L_PORT_PINMUX(312)>; /* SCL */
 };

 i2c3_pins: i2c3 {
  pinmux = <RZG2L_PORT_PINMUX(1803)>, /* SDA */
    <RZG2L_PORT_PINMUX(1813)>; /* SCL */
 };

 scif0_pins: scif0 {
  pinmux = <RZG2L_PORT_PINMUX(3801)>, /* TxD */
    <RZG2L_PORT_PINMUX(3811)>; /* RxD */
 };

 scif4_pins: scif4 {
  pinmux = <RZG2L_PORT_PINMUX(205)>, /* TxD */
    <RZG2L_PORT_PINMUX(215)>; /* RxD */
 };

 sdhi0_pins: sd0 {
  sd0-ctrl {
   pins = "SD0_CLK", "SD0_CMD";
   power-source = <1800>;
  };

  sd0-data {
   pins = "SD0_DATA0", "SD0_DATA1", "SD0_DATA2", "SD0_DATA3",
          "SD0_DATA4", "SD0_DATA5", "SD0_DATA6", "SD0_DATA7";
   power-source = <1800>;
  };

  sd0-rst {
   pins = "SD0_RST#";
   power-source = <1800>;
  };
 };
};

&scif0 {
 pinctrl-0 = <&scif0_pins>;
 pinctrl-names = "default";
 status = "okay";
};

&scif4 {
 pinctrl-0 = <&scif4_pins>;
 pinctrl-names = "default";
 status = "okay";
};

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

 vmmc-supply = <®_3p3v>;
 vqmmc-supply = <®_1p8v>;
 bus-width = <8>;
 mmc-hs200-1_8v;
 non-removable;
 fixed-emmc-driver-type = <1>;
 status = "okay";
};

&usb2_phy1 {
 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