summaryrefslogtreecommitdiff
path: root/arch/arm/dts/r8a779g0-white-hawk-u-boot.dtsi
blob: 85e32208b29e1c3726f94d36f66c676be821e37e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// SPDX-License-Identifier: GPL-2.0
/*
 * Device Tree Source extras for U-Boot for the White Hawk board
 *
 * Copyright (C) 2021 Renesas Electronics Corp.
 */

#include "r8a779g0-u-boot.dtsi"

/ {
	aliases {
		spi0 = &rpc;
	};
};

&avb1 {
	status = "disabled";
};

&avb2 {
	status = "disabled";
};

&rpc {
	bootph-all;
	flash@0 {
		bootph-all;
		spi-tx-bus-width = <1>;
		spi-rx-bus-width = <1>;
	};
};

&qspi0_pins {
	bootph-all;
};