blob: 8fa6d8074b3493ae40b220d44330eee882c66055 [file] [log] [blame]
Lad Prabhakar07148c12021-03-15 22:24:05 +00001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source extras for U-Boot for the Hihope board
4 *
5 * Copyright (C) 2021 Renesas Electronisc Corporation
6 */
7
8#include "r8a774c0-ek874.dts"
9#include "r8a774c0-u-boot.dtsi"
10
11/ {
12 aliases {
13 spi0 = &rpc;
14 };
15};
16
17&rpc {
18 num-cs = <1>;
19 status = "okay";
20 spi-max-frequency = <50000000>;
21 #address-cells = <1>;
22 #size-cells = <0>;
23
24 flash0: spi-flash@0 {
25 #address-cells = <1>;
26 #size-cells = <1>;
27 compatible = "w25m512jv", "spi-flash", "jedec,spi-nor";
28 spi-max-frequency = <50000000>;
29 spi-tx-bus-width = <1>;
30 spi-rx-bus-width = <1>;
31 reg = <0>;
32 };
33};