blob: c3704d789e89b52124d1a8f8c67d635b9dcc9004 [file] [log] [blame]
Hai Phamff3812c2023-02-28 22:37:08 +01001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source extras for U-Boot for the White Hawk board
4 *
5 * Copyright (C) 2021 Renesas Electronics Corp.
6 */
7
Hai Phamff3812c2023-02-28 22:37:08 +01008#include "r8a779g0-u-boot.dtsi"
9
10/ {
11 aliases {
12 spi0 = &rpc;
13 };
14};
15
Hai Phamff3812c2023-02-28 22:37:08 +010016&rpc {
Marek Vasut136dee22024-08-31 22:33:37 +020017 flash@0 {
Hai Phamff3812c2023-02-28 22:37:08 +010018 spi-tx-bus-width = <1>;
19 spi-rx-bus-width = <1>;
Hai Phamff3812c2023-02-28 22:37:08 +010020 };
21};