Hai Pham | 15bc1ca | 2020-05-21 17:37:33 +0700 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
| 3 | * Device Tree Source extras for U-Boot on R-Car R8A779A0 SoC |
| 4 | * |
| 5 | * Copyright (C) 2020 Renesas Electronics Corp. |
| 6 | */ |
| 7 | |
| 8 | #include "r8a779x-u-boot.dtsi" |
| 9 | |
Marek Vasut | 027d886 | 2021-04-25 23:00:21 +0200 | [diff] [blame] | 10 | / { |
| 11 | soc { |
| 12 | rpc: spi@ee200000 { |
Geert Uytterhoeven | 431ded6 | 2022-03-29 14:19:09 +0200 | [diff] [blame] | 13 | compatible = "renesas,r8a779a0-rpc-if", "renesas,rcar-gen3-rpc-if"; |
Marek Vasut | 027d886 | 2021-04-25 23:00:21 +0200 | [diff] [blame] | 14 | reg = <0 0xee200000 0 0x200>, <0 0x08000000 0 0x04000000>; |
| 15 | clocks = <&cpg CPG_MOD 629>; |
| 16 | bank-width = <2>; |
| 17 | num-cs = <1>; |
| 18 | status = "disabled"; |
| 19 | }; |
| 20 | }; |
| 21 | }; |
| 22 | |
Hai Pham | 15bc1ca | 2020-05-21 17:37:33 +0700 | [diff] [blame] | 23 | &extalr_clk { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 24 | bootph-all; |
Hai Pham | 15bc1ca | 2020-05-21 17:37:33 +0700 | [diff] [blame] | 25 | }; |