blob: dcdddd9aed66f3ce0ff9e19ce334ac0eeab2e8a1 [file] [log] [blame]
Lad Prabhakarb4b65ec2021-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
Lad Prabhakarb4b65ec2021-03-15 22:24:05 +00008#include "r8a774c0-u-boot.dtsi"
9
10/ {
11 aliases {
12 spi0 = &rpc;
13 };
14};
15
16&rpc {
17 num-cs = <1>;
18 status = "okay";
19 spi-max-frequency = <50000000>;
20 #address-cells = <1>;
21 #size-cells = <0>;
22
23 flash0: spi-flash@0 {
24 #address-cells = <1>;
25 #size-cells = <1>;
26 compatible = "w25m512jv", "spi-flash", "jedec,spi-nor";
27 spi-max-frequency = <50000000>;
28 spi-tx-bus-width = <1>;
29 spi-rx-bus-width = <1>;
30 reg = <0>;
31 };
32};