Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
Marek Vasut | 34df58a | 2018-01-10 11:47:03 +0100 | [diff] [blame] | 2 | /* |
| 3 | * Device Tree Source extras for U-Boot on RCar R8A77970 SoC |
| 4 | * |
| 5 | * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> |
Marek Vasut | 34df58a | 2018-01-10 11:47:03 +0100 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #include "r8a779x-u-boot.dtsi" |
| 9 | |
| 10 | &extalr_clk { |
| 11 | u-boot,dm-pre-reloc; |
| 12 | }; |
Marek Vasut | 8c7d9e1 | 2018-12-03 20:17:50 +0100 | [diff] [blame] | 13 | |
Marek Vasut | 317d13a | 2019-03-04 22:53:28 +0100 | [diff] [blame] | 14 | / { |
| 15 | soc { |
| 16 | rpc: rpc@0xee200000 { |
| 17 | compatible = "renesas,rpc-r8a77970", "renesas,rpc"; |
| 18 | reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0>; |
| 19 | clocks = <&cpg CPG_MOD 917>; |
| 20 | bank-width = <2>; |
| 21 | status = "disabled"; |
| 22 | }; |
Marek Vasut | 8c7d9e1 | 2018-12-03 20:17:50 +0100 | [diff] [blame] | 23 | }; |
| 24 | }; |