Hai Pham | b35fc0d | 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 | ae3c0d4 | 2021-04-25 23:00:21 +0200 | [diff] [blame] | 10 | / { |
| 11 | soc { |
| 12 | rpc: spi@ee200000 { |
| 13 | compatible = "renesas,rpc-r8a779a0", "renesas,rcar-gen3-rpc"; |
| 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 | b35fc0d | 2020-05-21 17:37:33 +0700 | [diff] [blame] | 23 | &extalr_clk { |
| 24 | u-boot,dm-pre-reloc; |
| 25 | }; |