blob: 40e070be9a8ff4238ecadb73c39cc1eae06e0f38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// SPDX-License-Identifier: GPL-2.0
/*
* Device Tree Source extras for U-Boot on R-Car R8A779H0 SoC
*
* Copyright (C) 2025 Renesas Electronics Corp.
*/
&rpc {
bank-width = <2>;
num-cs = <1>;
};
|