ARM: dts: stm32: Add alternate pinmux for ethernet RGMII
[oweals/u-boot.git] / arch / arm / dts / r8a77990-u-boot.dtsi
index 30a9f0b8ea7f5f368b67d02a98d967bf6fa01d00..ddf8b626271513e2abc4a01b5ffe9b084772769f 100644 (file)
@@ -1,9 +1,20 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Device Tree Source extras for U-Boot on RCar R8A77990 SoC
  *
  * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
- *
- * SPDX-License-Identifier:    GPL-2.0
  */
 
 #include "r8a779x-u-boot.dtsi"
+
+/ {
+       soc {
+               rpc: rpc@0xee200000 {
+                       compatible = "renesas,rpc-r8a77990", "renesas,rpc";
+                       reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0>;
+                       clocks = <&cpg CPG_MOD 917>;
+                       bank-width = <2>;
+                       status = "disabled";
+               };
+       };
+};