blob: 85e32208b29e1c3726f94d36f66c676be821e37e [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
Marek Vasut57cdecb2024-11-28 05:11:19 +010016&avb1 {
17 status = "disabled";
18};
19
20&avb2 {
21 status = "disabled";
22};
23
Hai Phamff3812c2023-02-28 22:37:08 +010024&rpc {
Marek Vasutd1687252024-12-12 14:38:29 +010025 bootph-all;
Marek Vasut136dee22024-08-31 22:33:37 +020026 flash@0 {
Marek Vasutd1687252024-12-12 14:38:29 +010027 bootph-all;
Hai Phamff3812c2023-02-28 22:37:08 +010028 spi-tx-bus-width = <1>;
29 spi-rx-bus-width = <1>;
Hai Phamff3812c2023-02-28 22:37:08 +010030 };
31};
Marek Vasutd1687252024-12-12 14:38:29 +010032
33&qspi0_pins {
34 bootph-all;
35};