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


Quelle  r9a09g056.dtsi   Sprache: unbekannt

 
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
/*
 * Device Tree Source for the RZ/V2N SoC
 *
 * Copyright (C) 2025 Renesas Electronics Corp.
 */

#include <dt-bindings/clock/renesas,r9a09g056-cpg.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/pinctrl/rzg2l-pinctrl.h>

/* RZV2N_Px = Offset address of PFC_P_mn  - 0x20 */
#define RZV2N_P0 0
#define RZV2N_P1 1
#define RZV2N_P2 2
#define RZV2N_P3 3
#define RZV2N_P4 4
#define RZV2N_P5 5
#define RZV2N_P6 6
#define RZV2N_P7 7
#define RZV2N_P8 8
#define RZV2N_P9 9
#define RZV2N_PA 10
#define RZV2N_PB 11

#define RZV2N_PORT_PINMUX(b, p, f) RZG2L_PORT_PINMUX(RZV2N_P##b, p, f)
#define RZV2N_GPIO(port, pin)  RZG2L_GPIO(RZV2N_P##port, pin)

/ {
 compatible = "renesas,r9a09g056";
 #address-cells = <2>;
 #size-cells = <2>;

 audio_extal_clk: audio-clk {
  compatible = "fixed-clock";
  #clock-cells = <0>;
  /* This value must be overridden by the board */
  clock-frequency = <0>;
 };

 /*
  * The default cluster table is based on the assumption that the PLLCA55 clock
  * frequency is set to 1.7GHz. The PLLCA55 clock frequency can be set to
  * 1.7/1.6/1.5/1.1 GHz based on the BOOTPLLCA_0/1 pins (and additionally can be
  * clocked to 1.8GHz as well). The table below should be overridden in the board
  * DTS based on the PLLCA55 clock frequency.
  */
 cluster0_opp: opp-table-0 {
  compatible = "operating-points-v2";

  opp-1700000000 {
   opp-hz = /bits/ 64 <1700000000>;
   opp-microvolt = <900000>;
   clock-latency-ns = <300000>;
  };
  opp-850000000 {
   opp-hz = /bits/ 64 <850000000>;
   opp-microvolt = <800000>;
   clock-latency-ns = <300000>;
  };
  opp-425000000 {
   opp-hz = /bits/ 64 <425000000>;
   opp-microvolt = <800000>;
   clock-latency-ns = <300000>;
  };
  opp-212500000 {
   opp-hz = /bits/ 64 <212500000>;
   opp-microvolt = <800000>;
   clock-latency-ns = <300000>;
   opp-suspend;
  };
 };

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

  cpu0: cpu@0 {
   compatible = "arm,cortex-a55";
   reg = <0>;
   device_type = "cpu";
   next-level-cache = <&L3_CA55>;
   enable-method = "psci";
   clocks = <&cpg CPG_CORE R9A09G056_CA55_0_CORE_CLK0>;
   operating-points-v2 = <&cluster0_opp>;
  };

  cpu1: cpu@100 {
   compatible = "arm,cortex-a55";
   reg = <0x100>;
   device_type = "cpu";
   next-level-cache = <&L3_CA55>;
   enable-method = "psci";
   clocks = <&cpg CPG_CORE R9A09G056_CA55_0_CORE_CLK1>;
   operating-points-v2 = <&cluster0_opp>;
  };

  cpu2: cpu@200 {
   compatible = "arm,cortex-a55";
   reg = <0x200>;
   device_type = "cpu";
   next-level-cache = <&L3_CA55>;
   enable-method = "psci";
   clocks = <&cpg CPG_CORE R9A09G056_CA55_0_CORE_CLK2>;
   operating-points-v2 = <&cluster0_opp>;
  };

  cpu3: cpu@300 {
   compatible = "arm,cortex-a55";
   reg = <0x300>;
   device_type = "cpu";
   next-level-cache = <&L3_CA55>;
   enable-method = "psci";
   clocks = <&cpg CPG_CORE R9A09G056_CA55_0_CORE_CLK3>;
   operating-points-v2 = <&cluster0_opp>;
  };

  L3_CA55: cache-controller-0 {
   compatible = "cache";
   cache-unified;
   cache-size = <0x100000>;
   cache-level = <3>;
  };
 };

 gpu_opp_table: opp-table-1 {
  compatible = "operating-points-v2";

  opp-630000000 {
   opp-hz = /bits/ 64 <630000000>;
   opp-microvolt = <800000>;
  };

  opp-315000000 {
   opp-hz = /bits/ 64 <315000000>;
   opp-microvolt = <800000>;
  };

  opp-157500000 {
   opp-hz = /bits/ 64 <157500000>;
   opp-microvolt = <800000>;
  };

  opp-78750000 {
   opp-hz = /bits/ 64 <78750000>;
   opp-microvolt = <800000>;
  };

  opp-19687500 {
   opp-hz = /bits/ 64 <19687500>;
   opp-microvolt = <800000>;
  };
 };

 psci {
  compatible = "arm,psci-1.0", "arm,psci-0.2";
  method = "smc";
 };

 qextal_clk: qextal-clk {
  compatible = "fixed-clock";
  #clock-cells = <0>;
  /* This value must be overridden by the board */
  clock-frequency = <0>;
 };

 rtxin_clk: rtxin-clk {
  compatible = "fixed-clock";
  #clock-cells = <0>;
  /* This value must be overridden by the board */
  clock-frequency = <0>;
 };

 soc: soc {
  compatible = "simple-bus";
  interrupt-parent = <&gic>;
  #address-cells = <2>;
  #size-cells = <2>;
  ranges;

  pinctrl: pinctrl@10410000 {
   compatible = "renesas,r9a09g056-pinctrl";
   reg = <0 0x10410000 0 0x10000>;
   clocks = <&cpg CPG_CORE R9A09G056_IOTOP_0_SHCLK>;
   gpio-controller;
   #gpio-cells = <2>;
   gpio-ranges = <&pinctrl 0 0 96>;
   power-domains = <&cpg>;
   resets = <&cpg 0xa5>, <&cpg 0xa6>;
  };

  cpg: clock-controller@10420000 {
   compatible = "renesas,r9a09g056-cpg";
   reg = <0 0x10420000 0 0x10000>;
   clocks = <&audio_extal_clk>, <&rtxin_clk>, <&qextal_clk>;
   clock-names = "audio_extal", "rtxin", "qextal";
   #clock-cells = <2>;
   #reset-cells = <1>;
   #power-domain-cells = <0>;
  };

  sys: system-controller@10430000 {
   compatible = "renesas,r9a09g056-sys";
   reg = <0 0x10430000 0 0x10000>;
   clocks = <&cpg CPG_CORE R9A09G056_SYS_0_PCLK>;
   resets = <&cpg 0x30>;
  };

  xspi: spi@11030000 {
   compatible = "renesas,r9a09g056-xspi", "renesas,r9a09g047-xspi";
   reg = <0 0x11030000 0 0x10000>,
         <0 0x20000000 0 0x10000000>;
   reg-names = "regs", "dirmap";
   interrupts = <GIC_SPI 228 IRQ_TYPE_EDGE_RISING>,
         <GIC_SPI 229 IRQ_TYPE_EDGE_RISING>;
   interrupt-names = "pulse", "err_pulse";
   clocks = <&cpg CPG_MOD 0x9f>,
     <&cpg CPG_MOD 0xa0>,
     <&cpg CPG_CORE R9A09G056_SPI_CLK_SPI>,
     <&cpg CPG_MOD 0xa1>;
   clock-names = "ahb", "axi", "spi", "spix2";
   resets = <&cpg 0xa3>, <&cpg 0xa4>;
   reset-names = "hresetn", "aresetn";
   power-domains = <&cpg>;
   #address-cells = <1>;
   #size-cells = <0>;
   status = "disabled";
  };

  ostm0: timer@11800000 {
   compatible = "renesas,r9a09g056-ostm", "renesas,ostm";
   reg = <0x0 0x11800000 0x0 0x1000>;
   interrupts = <GIC_SPI 17 IRQ_TYPE_EDGE_RISING>;
   clocks = <&cpg CPG_MOD 0x43>;
   resets = <&cpg 0x6d>;
   power-domains = <&cpg>;
   status = "disabled";
  };

  ostm1: timer@11801000 {
   compatible = "renesas,r9a09g056-ostm", "renesas,ostm";
   reg = <0x0 0x11801000 0x0 0x1000>;
   interrupts = <GIC_SPI 18 IRQ_TYPE_EDGE_RISING>;
   clocks = <&cpg CPG_MOD 0x44>;
   resets = <&cpg 0x6e>;
   power-domains = <&cpg>;
   status = "disabled";
  };

  ostm2: timer@14000000 {
   compatible = "renesas,r9a09g056-ostm", "renesas,ostm";
   reg = <0x0 0x14000000 0x0 0x1000>;
   interrupts = <GIC_SPI 19 IRQ_TYPE_EDGE_RISING>;
   clocks = <&cpg CPG_MOD 0x45>;
   resets = <&cpg 0x6f>;
   power-domains = <&cpg>;
   status = "disabled";
  };

  ostm3: timer@14001000 {
   compatible = "renesas,r9a09g056-ostm", "renesas,ostm";
   reg = <0x0 0x14001000 0x0 0x1000>;
   interrupts = <GIC_SPI 20 IRQ_TYPE_EDGE_RISING>;
   clocks = <&cpg CPG_MOD 0x46>;
   resets = <&cpg 0x70>;
   power-domains = <&cpg>;
   status = "disabled";
  };

  ostm4: timer@12c00000 {
   compatible = "renesas,r9a09g056-ostm", "renesas,ostm";
   reg = <0x0 0x12c00000 0x0 0x1000>;
   interrupts = <GIC_SPI 21 IRQ_TYPE_EDGE_RISING>;
   clocks = <&cpg CPG_MOD 0x47>;
   resets = <&cpg 0x71>;
   power-domains = <&cpg>;
   status = "disabled";
  };

  ostm5: timer@12c01000 {
   compatible = "renesas,r9a09g056-ostm", "renesas,ostm";
   reg = <0x0 0x12c01000 0x0 0x1000>;
   interrupts = <GIC_SPI 22 IRQ_TYPE_EDGE_RISING>;
   clocks = <&cpg CPG_MOD 0x48>;
   resets = <&cpg 0x72>;
   power-domains = <&cpg>;
   status = "disabled";
  };

  ostm6: timer@12c02000 {
   compatible = "renesas,r9a09g056-ostm", "renesas,ostm";
   reg = <0x0 0x12c02000 0x0 0x1000>;
   interrupts = <GIC_SPI 23 IRQ_TYPE_EDGE_RISING>;
   clocks = <&cpg CPG_MOD 0x49>;
   resets = <&cpg 0x73>;
   power-domains = <&cpg>;
   status = "disabled";
  };

  ostm7: timer@12c03000 {
   compatible = "renesas,r9a09g056-ostm", "renesas,ostm";
   reg = <0x0 0x12c03000 0x0 0x1000>;
   interrupts = <GIC_SPI 24 IRQ_TYPE_EDGE_RISING>;
   clocks = <&cpg CPG_MOD 0x4a>;
   resets = <&cpg 0x74>;
   power-domains = <&cpg>;
   status = "disabled";
  };

  wdt0: watchdog@11c00400 {
   compatible = "renesas,r9a09g056-wdt", "renesas,r9a09g057-wdt";
   reg = <0 0x11c00400 0 0x400>;
   clocks = <&cpg CPG_MOD 0x4b>, <&cpg CPG_MOD 0x4c>;
   clock-names = "pclk", "oscclk";
   resets = <&cpg 0x75>;
   power-domains = <&cpg>;
   status = "disabled";
  };

  wdt1: watchdog@14400000 {
   compatible = "renesas,r9a09g056-wdt", "renesas,r9a09g057-wdt";
   reg = <0 0x14400000 0 0x400>;
   clocks = <&cpg CPG_MOD 0x4d>, <&cpg CPG_MOD 0x4e>;
   clock-names = "pclk", "oscclk";
   resets = <&cpg 0x76>;
   power-domains = <&cpg>;
   status = "disabled";
  };

  wdt2: watchdog@13000000 {
   compatible = "renesas,r9a09g056-wdt", "renesas,r9a09g057-wdt";
   reg = <0 0x13000000 0 0x400>;
   clocks = <&cpg CPG_MOD 0x4f>, <&cpg CPG_MOD 0x50>;
   clock-names = "pclk", "oscclk";
   resets = <&cpg 0x77>;
   power-domains = <&cpg>;
   status = "disabled";
  };

  wdt3: watchdog@13000400 {
   compatible = "renesas,r9a09g056-wdt", "renesas,r9a09g057-wdt";
   reg = <0 0x13000400 0 0x400>;
   clocks = <&cpg CPG_MOD 0x51>, <&cpg CPG_MOD 0x52>;
   clock-names = "pclk", "oscclk";
   resets = <&cpg 0x78>;
   power-domains = <&cpg>;
   status = "disabled";
  };

  scif: serial@11c01400 {
   compatible = "renesas,scif-r9a09g056",
         "renesas,scif-r9a09g057";
   reg = <0 0x11c01400 0 0x400>;
   interrupts = <GIC_SPI 529 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 532 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 533 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 530 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 534 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 531 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 535 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 536 IRQ_TYPE_EDGE_RISING>,
         <GIC_SPI 537 IRQ_TYPE_EDGE_RISING>;
   interrupt-names = "eri", "rxi", "txi", "bri", "dri",
       "tei", "tei-dri", "rxi-edge", "txi-edge";
   clocks = <&cpg CPG_MOD 0x8f>;
   clock-names = "fck";
   power-domains = <&cpg>;
   resets = <&cpg 0x95>;
   status = "disabled";
  };

  i2c0: i2c@14400400 {
   compatible = "renesas,riic-r9a09g056", "renesas,riic-r9a09g057";
   reg = <0 0x14400400 0 0x400>;
   interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 507 IRQ_TYPE_EDGE_RISING>,
         <GIC_SPI 506 IRQ_TYPE_EDGE_RISING>,
         <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 177 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 175 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 178 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 179 IRQ_TYPE_LEVEL_HIGH>;
   interrupt-names = "tei", "ri", "ti", "spi", "sti",
       "naki", "ali", "tmoi";
   clocks = <&cpg CPG_MOD 0x94>;
   resets = <&cpg 0x98>;
   power-domains = <&cpg>;
   #address-cells = <1>;
   #size-cells = <0>;
   status = "disabled";
  };

  i2c1: i2c@14400800 {
   compatible = "renesas,riic-r9a09g056", "renesas,riic-r9a09g057";
   reg = <0 0x14400800 0 0x400>;
   interrupts = <GIC_SPI 180 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 509 IRQ_TYPE_EDGE_RISING>,
         <GIC_SPI 508 IRQ_TYPE_EDGE_RISING>,
         <GIC_SPI 182 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 183 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 181 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 185 IRQ_TYPE_LEVEL_HIGH>;
   interrupt-names = "tei", "ri", "ti", "spi", "sti",
       "naki", "ali", "tmoi";
   clocks = <&cpg CPG_MOD 0x95>;
   resets = <&cpg 0x99>;
   power-domains = <&cpg>;
   #address-cells = <1>;
   #size-cells = <0>;
   status = "disabled";
  };

  i2c2: i2c@14400c00 {
   compatible = "renesas,riic-r9a09g056", "renesas,riic-r9a09g057";
   reg = <0 0x14400c00 0 0x400>;
   interrupts = <GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 511 IRQ_TYPE_EDGE_RISING>,
         <GIC_SPI 510 IRQ_TYPE_EDGE_RISING>,
         <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH>;
   interrupt-names = "tei", "ri", "ti", "spi", "sti",
       "naki", "ali", "tmoi";
   clocks = <&cpg CPG_MOD 0x96>;
   resets = <&cpg 0x9a>;
   power-domains = <&cpg>;
   #address-cells = <1>;
   #size-cells = <0>;
   status = "disabled";
  };

  i2c3: i2c@14401000 {
   compatible = "renesas,riic-r9a09g056", "renesas,riic-r9a09g057";
   reg = <0 0x14401000 0 0x400>;
   interrupts = <GIC_SPI 192 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 513 IRQ_TYPE_EDGE_RISING>,
         <GIC_SPI 512 IRQ_TYPE_EDGE_RISING>,
         <GIC_SPI 194 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 195 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 193 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>;
   interrupt-names = "tei", "ri", "ti", "spi", "sti",
       "naki", "ali", "tmoi";
   clocks = <&cpg CPG_MOD 0x97>;
   resets = <&cpg 0x9b>;
   power-domains = <&cpg>;
   #address-cells = <1>;
   #size-cells = <0>;
   status = "disabled";
  };

  i2c4: i2c@14401400 {
   compatible = "renesas,riic-r9a09g056", "renesas,riic-r9a09g057";
   reg = <0 0x14401400 0 0x400>;
   interrupts = <GIC_SPI 198 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 515 IRQ_TYPE_EDGE_RISING>,
         <GIC_SPI 514 IRQ_TYPE_EDGE_RISING>,
         <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 199 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>;
   interrupt-names = "tei", "ri", "ti", "spi", "sti",
       "naki", "ali", "tmoi";
   clocks = <&cpg CPG_MOD 0x98>;
   resets = <&cpg 0x9c>;
   power-domains = <&cpg>;
   #address-cells = <1>;
   #size-cells = <0>;
   status = "disabled";
  };

  i2c5: i2c@14401800 {
   compatible = "renesas,riic-r9a09g056", "renesas,riic-r9a09g057";
   reg = <0 0x14401800 0 0x400>;
   interrupts = <GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 517 IRQ_TYPE_EDGE_RISING>,
         <GIC_SPI 516 IRQ_TYPE_EDGE_RISING>,
         <GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 207 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH>;
   interrupt-names = "tei", "ri", "ti", "spi", "sti",
       "naki", "ali", "tmoi";
   clocks = <&cpg CPG_MOD 0x99>;
   resets = <&cpg 0x9d>;
   power-domains = <&cpg>;
   #address-cells = <1>;
   #size-cells = <0>;
   status = "disabled";
  };

  i2c6: i2c@14401c00 {
   compatible = "renesas,riic-r9a09g056", "renesas,riic-r9a09g057";
   reg = <0 0x14401c00 0 0x400>;
   interrupts = <GIC_SPI 210 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 519 IRQ_TYPE_EDGE_RISING>,
         <GIC_SPI 518 IRQ_TYPE_EDGE_RISING>,
         <GIC_SPI 212 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 213 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 211 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 214 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 215 IRQ_TYPE_LEVEL_HIGH>;
   interrupt-names = "tei", "ri", "ti", "spi", "sti",
       "naki", "ali", "tmoi";
   clocks = <&cpg CPG_MOD 0x9a>;
   resets = <&cpg 0x9e>;
   power-domains = <&cpg>;
   #address-cells = <1>;
   #size-cells = <0>;
   status = "disabled";
  };

  i2c7: i2c@14402000 {
   compatible = "renesas,riic-r9a09g056", "renesas,riic-r9a09g057";
   reg = <0 0x14402000 0 0x400>;
   interrupts = <GIC_SPI 216 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 521 IRQ_TYPE_EDGE_RISING>,
         <GIC_SPI 520 IRQ_TYPE_EDGE_RISING>,
         <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 219 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 217 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 221 IRQ_TYPE_LEVEL_HIGH>;
   interrupt-names = "tei", "ri", "ti", "spi", "sti",
       "naki", "ali", "tmoi";
   clocks = <&cpg CPG_MOD 0x9b>;
   resets = <&cpg 0x9f>;
   power-domains = <&cpg>;
   #address-cells = <1>;
   #size-cells = <0>;
   status = "disabled";
  };

  i2c8: i2c@11c01000 {
   compatible = "renesas,riic-r9a09g056", "renesas,riic-r9a09g057";
   reg = <0 0x11c01000 0 0x400>;
   interrupts = <GIC_SPI 222 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 523 IRQ_TYPE_EDGE_RISING>,
         <GIC_SPI 522 IRQ_TYPE_EDGE_RISING>,
         <GIC_SPI 224 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 223 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 226 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 227 IRQ_TYPE_LEVEL_HIGH>;
   interrupt-names = "tei", "ri", "ti", "spi", "sti",
       "naki", "ali", "tmoi";
   clocks = <&cpg CPG_MOD 0x93>;
   resets = <&cpg 0xa0>;
   power-domains = <&cpg>;
   #address-cells = <1>;
   #size-cells = <0>;
   status = "disabled";
  };

  gpu: gpu@14850000 {
   compatible = "renesas,r9a09g056-mali",
         "arm,mali-bifrost";
   reg = <0x0 0x14850000 0x0 0x10000>;
   interrupts = <GIC_SPI 884 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 885 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 883 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 886 IRQ_TYPE_LEVEL_HIGH>;
   interrupt-names = "job", "mmu", "gpu", "event";
   clocks = <&cpg CPG_MOD 0xf0>,
     <&cpg CPG_MOD 0xf1>,
     <&cpg CPG_MOD 0xf2>;
   clock-names = "gpu", "bus", "bus_ace";
   resets = <&cpg 0xdd>,
     <&cpg 0xde>,
     <&cpg 0xdf>;
   reset-names = "rst", "axi_rst", "ace_rst";
   power-domains = <&cpg>;
   operating-points-v2 = <&gpu_opp_table>;
   status = "disabled";
  };

  gic: interrupt-controller@14900000 {
   compatible = "arm,gic-v3";
   reg = <0x0 0x14900000 0 0x20000>,
         <0x0 0x14940000 0 0x80000>;
   #interrupt-cells = <3>;
   #address-cells = <0>;
   interrupt-controller;
   interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_LOW>;
  };

  ohci0: usb@15800000 {
   compatible = "generic-ohci";
   reg = <0 0x15800000 0 0x100>;
   interrupts = <GIC_SPI 742 IRQ_TYPE_LEVEL_HIGH>;
   clocks = <&cpg CPG_MOD 0xb3>, <&cpg CPG_MOD 0xb6>;
   resets = <&usb20phyrst>, <&cpg 0xac>;
   phys = <&usb2_phy0 1>;
   phy-names = "usb";
   power-domains = <&cpg>;
   status = "disabled";
  };

  ehci0: usb@15800100 {
   compatible = "generic-ehci";
   reg = <0 0x15800100 0 0x100>;
   interrupts = <GIC_SPI 743 IRQ_TYPE_LEVEL_HIGH>;
   clocks = <&cpg CPG_MOD 0xb3>, <&cpg CPG_MOD 0xb6>;
   resets = <&usb20phyrst>, <&cpg 0xac>;
   phys = <&usb2_phy0 2>;
   phy-names = "usb";
   companion = <&ohci0>;
   power-domains = <&cpg>;
   status = "disabled";
  };

  usb2_phy0: usb-phy@15800200 {
   compatible = "renesas,usb2-phy-r9a09g056", "renesas,usb2-phy-r9a09g057";
   reg = <0 0x15800200 0 0x700>;
   interrupts = <GIC_SPI 745 IRQ_TYPE_LEVEL_HIGH>;
   clocks = <&cpg CPG_MOD 0xb3>,
     <&cpg CPG_CORE R9A09G056_USB2_0_CLK_CORE0>;
   clock-names = "fck", "usb_x1";
   resets = <&usb20phyrst>;
   #phy-cells = <1>;
   power-domains = <&cpg>;
   status = "disabled";
  };

  hsusb: usb@15820000 {
   compatible = "renesas,usbhs-r9a09g056",
         "renesas,rzg2l-usbhs";
   reg = <0 0x15820000 0 0x10000>;
   interrupts = <GIC_SPI 751 IRQ_TYPE_EDGE_RISING>,
         <GIC_SPI 752 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 753 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 754 IRQ_TYPE_LEVEL_HIGH>;
   clocks = <&cpg CPG_MOD 0xb3>, <&cpg CPG_MOD 0xb5>;
   resets = <&usb20phyrst>,
     <&cpg 0xae>;
   phys = <&usb2_phy0 3>;
   phy-names = "usb";
   power-domains = <&cpg>;
   status = "disabled";
  };

  usb20phyrst: usb20phy-reset@15830000 {
   compatible = "renesas,r9a09g056-usb2phy-reset",
         "renesas,r9a09g057-usb2phy-reset";
   reg = <0 0x15830000 0 0x10000>;
   clocks = <&cpg CPG_MOD 0xb6>;
   resets = <&cpg 0xaf>;
   power-domains = <&cpg>;
   #reset-cells = <0>;
   status = "disabled";
  };

  sdhi0: mmc@15c00000  {
   compatible = "renesas,sdhi-r9a09g056", "renesas,sdhi-r9a09g057";
   reg = <0x0 0x15c00000 0 0x10000>;
   interrupts = <GIC_SPI 735 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 736 IRQ_TYPE_LEVEL_HIGH>;
   clocks = <&cpg CPG_MOD 0xa3>, <&cpg CPG_MOD 0xa5>,
     <&cpg CPG_MOD 0xa4>, <&cpg CPG_MOD 0xa6>;
   clock-names = "core", "clkh", "cd", "aclk";
   resets = <&cpg 0xa7>;
   power-domains = <&cpg>;
   status = "disabled";

   sdhi0_vqmmc: vqmmc-regulator {
    regulator-name = "SDHI0-VQMMC";
    regulator-min-microvolt = <1800000>;
    regulator-max-microvolt = <3300000>;
    status = "disabled";
   };
  };

  sdhi1: mmc@15c10000 {
   compatible = "renesas,sdhi-r9a09g056", "renesas,sdhi-r9a09g057";
   reg = <0x0 0x15c10000 0 0x10000>;
   interrupts = <GIC_SPI 737 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 738 IRQ_TYPE_LEVEL_HIGH>;
   clocks = <&cpg CPG_MOD 0xa7>, <&cpg CPG_MOD 0xa9>,
     <&cpg CPG_MOD 0xa8>, <&cpg CPG_MOD 0xaa>;
   clock-names = "core", "clkh", "cd", "aclk";
   resets = <&cpg 0xa8>;
   power-domains = <&cpg>;
   status = "disabled";

   sdhi1_vqmmc: vqmmc-regulator {
    regulator-name = "SDHI1-VQMMC";
    regulator-min-microvolt = <1800000>;
    regulator-max-microvolt = <3300000>;
    status = "disabled";
   };
  };

  sdhi2: mmc@15c20000 {
   compatible = "renesas,sdhi-r9a09g056", "renesas,sdhi-r9a09g057";
   reg = <0x0 0x15c20000 0 0x10000>;
   interrupts = <GIC_SPI 739 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 740 IRQ_TYPE_LEVEL_HIGH>;
   clocks = <&cpg CPG_MOD 0xab>, <&cpg CPG_MOD 0xad>,
     <&cpg CPG_MOD 0xac>, <&cpg CPG_MOD 0xae>;
   clock-names = "core", "clkh", "cd", "aclk";
   resets = <&cpg 0xa9>;
   power-domains = <&cpg>;
   status = "disabled";

   sdhi2_vqmmc: vqmmc-regulator {
    regulator-name = "SDHI2-VQMMC";
    regulator-min-microvolt = <1800000>;
    regulator-max-microvolt = <3300000>;
    status = "disabled";
   };
  };

  eth0: ethernet@15c30000 {
   compatible = "renesas,r9a09g056-gbeth", "renesas,rzv2h-gbeth",
         "snps,dwmac-5.20";
   reg = <0 0x15c30000 0 0x10000>;
   interrupts = <GIC_SPI 765 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 767 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 766 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 772 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 773 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 774 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 775 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 768 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 769 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 770 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 771 IRQ_TYPE_LEVEL_HIGH>;
   interrupt-names = "macirq", "eth_wake_irq", "eth_lpi",
       "rx-queue-0", "rx-queue-1", "rx-queue-2",
       "rx-queue-3", "tx-queue-0", "tx-queue-1",
       "tx-queue-2", "tx-queue-3";
   clocks =  <&cpg CPG_MOD 0xbd>, <&cpg CPG_MOD 0xbc>,
      <&cpg CPG_CORE R9A09G056_GBETH_0_CLK_PTP_REF_I>,
      <&cpg CPG_MOD 0xb8>, <&cpg CPG_MOD 0xb9>,
      <&cpg CPG_MOD 0xba>, <&cpg CPG_MOD 0xbb>;
   clock-names = "stmmaceth", "pclk", "ptp_ref",
          "tx", "rx", "tx-180", "rx-180";
   resets = <&cpg 0xb0>;
   power-domains = <&cpg>;
   snps,multicast-filter-bins = <256>;
   snps,perfect-filter-entries = <128>;
   rx-fifo-depth = <8192>;
   tx-fifo-depth = <8192>;
   snps,fixed-burst;
   snps,no-pbl-x8;
   snps,force_thresh_dma_mode;
   snps,axi-config = <&stmmac_axi_setup>;
   snps,mtl-rx-config = <&mtl_rx_setup0>;
   snps,mtl-tx-config = <&mtl_tx_setup0>;
   snps,txpbl = <32>;
   snps,rxpbl = <32>;
   status = "disabled";

   mdio0: mdio {
    compatible = "snps,dwmac-mdio";
    #address-cells = <1>;
    #size-cells = <0>;
   };

   mtl_rx_setup0: rx-queues-config {
    snps,rx-queues-to-use = <4>;
    snps,rx-sched-sp;

    queue0 {
     snps,dcb-algorithm;
     snps,priority = <0x1>;
     snps,map-to-dma-channel = <0>;
    };

    queue1 {
     snps,dcb-algorithm;
     snps,priority = <0x2>;
     snps,map-to-dma-channel = <1>;
    };

    queue2 {
     snps,dcb-algorithm;
     snps,priority = <0x4>;
     snps,map-to-dma-channel = <2>;
    };

    queue3 {
     snps,dcb-algorithm;
     snps,priority = <0x8>;
     snps,map-to-dma-channel = <3>;
    };
   };

   mtl_tx_setup0: tx-queues-config {
    snps,tx-queues-to-use = <4>;

    queue0 {
     snps,dcb-algorithm;
     snps,priority = <0x1>;
    };

    queue1 {
     snps,dcb-algorithm;
     snps,priority = <0x2>;
    };

    queue2 {
     snps,dcb-algorithm;
     snps,priority = <0x4>;
    };

    queue3 {
     snps,dcb-algorithm;
     snps,priority = <0x8>;
    };
   };
  };

  eth1: ethernet@15c40000 {
   compatible = "renesas,r9a09g056-gbeth", "renesas,rzv2h-gbeth",
         "snps,dwmac-5.20";
   reg = <0 0x15c40000 0 0x10000>;
   interrupts = <GIC_SPI 780 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 782 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 781 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 787 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 788 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 789 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 790 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 783 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 784 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 785 IRQ_TYPE_LEVEL_HIGH>,
         <GIC_SPI 786 IRQ_TYPE_LEVEL_HIGH>;
   interrupt-names = "macirq", "eth_wake_irq", "eth_lpi",
       "rx-queue-0", "rx-queue-1", "rx-queue-2",
       "rx-queue-3", "tx-queue-0", "tx-queue-1",
       "tx-queue-2", "tx-queue-3";
   clocks =  <&cpg CPG_MOD 0xc3>, <&cpg CPG_MOD 0xc2>,
      <&cpg CPG_CORE R9A09G056_GBETH_1_CLK_PTP_REF_I>,
      <&cpg CPG_MOD 0xbe>, <&cpg CPG_MOD 0xbf>,
      <&cpg CPG_MOD 0xc0>, <&cpg CPG_MOD 0xc1>;
   clock-names = "stmmaceth", "pclk", "ptp_ref",
          "tx", "rx", "tx-180", "rx-180";
   resets = <&cpg 0xb1>;
   power-domains = <&cpg>;
   snps,multicast-filter-bins = <256>;
   snps,perfect-filter-entries = <128>;
   rx-fifo-depth = <8192>;
   tx-fifo-depth = <8192>;
   snps,fixed-burst;
   snps,no-pbl-x8;
   snps,force_thresh_dma_mode;
   snps,axi-config = <&stmmac_axi_setup>;
   snps,mtl-rx-config = <&mtl_rx_setup1>;
   snps,mtl-tx-config = <&mtl_tx_setup1>;
   snps,txpbl = <32>;
   snps,rxpbl = <32>;
   status = "disabled";

   mdio1: mdio {
    compatible = "snps,dwmac-mdio";
    #address-cells = <1>;
    #size-cells = <0>;
   };

   mtl_rx_setup1: rx-queues-config {
    snps,rx-queues-to-use = <4>;
    snps,rx-sched-sp;

    queue0 {
     snps,dcb-algorithm;
     snps,priority = <0x1>;
     snps,map-to-dma-channel = <0>;
    };

    queue1 {
     snps,dcb-algorithm;
     snps,priority = <0x2>;
     snps,map-to-dma-channel = <1>;
    };

    queue2 {
     snps,dcb-algorithm;
     snps,priority = <0x4>;
     snps,map-to-dma-channel = <2>;
    };

    queue3 {
     snps,dcb-algorithm;
     snps,priority = <0x8>;
     snps,map-to-dma-channel = <3>;
    };
   };

   mtl_tx_setup1: tx-queues-config {
    snps,tx-queues-to-use = <4>;

    queue0 {
     snps,dcb-algorithm;
     snps,priority = <0x1>;
    };

    queue1 {
     snps,dcb-algorithm;
     snps,priority = <0x2>;
    };

    queue2 {
     snps,dcb-algorithm;
     snps,priority = <0x4>;
    };

    queue3 {
     snps,dcb-algorithm;
     snps,priority = <0x8>;
    };
   };
  };
 };

 stmmac_axi_setup: stmmac-axi-config {
  snps,lpi_en;
  snps,wr_osr_lmt = <0xf>;
  snps,rd_osr_lmt = <0xf>;
  snps,blen = <16 8 4 0 0 0 0>;
 };

 timer {
  compatible = "arm,armv8-timer";
  interrupts-extended = <&gic GIC_PPI 13 IRQ_TYPE_LEVEL_LOW>,
          <&gic GIC_PPI 14 IRQ_TYPE_LEVEL_LOW>,
          <&gic GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>,
          <&gic GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>,
          <&gic GIC_PPI 12 IRQ_TYPE_LEVEL_LOW>;
  interrupt-names = "sec-phys", "phys", "virt", "hyp-phys", "hyp-virt";
 };
};

[ Dauer der Verarbeitung: 0.5 Sekunden  (vorverarbeitet)  ]

                                                                                                                                                                                                                                                                                                                                                                                                     


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