blob: 42df321178b99bd7c2f632b2aebb12d50c16f237 [file] [log] [blame]
Hai Pham050b3b42023-02-28 22:37:05 +01001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source extras for U-Boot on R-Car R8A779G0 SoC
4 *
5 * Copyright (C) 2021 Renesas Electronics Corp.
6 */
7
8#include "r8a779x-u-boot.dtsi"
9
Marek Vasut69bdcf62023-06-20 00:41:49 +020010&rpc {
Marek Vasut69bdcf62023-06-20 00:41:49 +020011 bank-width = <2>;
12 num-cs = <1>;
Hai Pham050b3b42023-02-28 22:37:05 +010013};
14
15&extalr_clk {
16 bootph-all;
17};
Marek Vasutd07e3722024-12-12 14:34:31 +010018
19&soc {
20 ram@e6780000 { /* DBSC5 */
21 compatible = "renesas,r8a779g0-dbsc";
22 reg = <0 0xe6780000 0 0x80000>;
23 power-domains = <&sysc R8A779G0_PD_ALWAYS_ON>;
24 status = "okay";
25 bootph-all;
26 };
27
28 ram@ffec0000 { /* RT-VRAM */
29 compatible = "renesas,r8a779g0-rtvram";
30 reg = <0 0xffec0000 0 0xf000>;
31 power-domains = <&sysc R8A779G0_PD_ALWAYS_ON>;
32 status = "okay";
33 bootph-all;
34 };
35};