blob: e1cfb522bfce88a9d07381be45eb81a7e4f22511 [file] [log] [blame]
Ley Foon Tan2c494e62019-04-03 13:45:02 +08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * U-Boot additions
4 *
5 * Copyright (C) 2019 Intel Corporation <www.intel.com>
6 */
7
8/{
9 aliases {
10 spi0 = &qspi;
11 };
12};
13
14&qspi {
15 status = "okay";
16 u-boot,dm-pre-reloc;
17};
18
19&flash0 {
20 compatible = "jedec,spi-nor";
21 spi-max-frequency = <100000000>;
22 spi-tx-bus-width = <4>;
23 spi-rx-bus-width = <4>;
24 u-boot,dm-pre-reloc;
25};