arm: dts: lx2160aqds: add MDIO slots
[oweals/u-boot.git] / arch / arm / dts / r8a77990-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Device Tree Source extras for U-Boot on RCar R8A77990 SoC
4  *
5  * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
6  */
7
8 #include "r8a779x-u-boot.dtsi"
9
10 / {
11         soc {
12                 rpc: rpc@0xee200000 {
13                         compatible = "renesas,rpc-r8a77990", "renesas,rpc";
14                         reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0>;
15                         clocks = <&cpg CPG_MOD 917>;
16                         bank-width = <2>;
17                         status = "disabled";
18                 };
19         };
20 };