blob: 1908be4b8b275f8e10d7c72071d30140f5b8c286 [file] [log] [blame]
Ley Foon Tanfb386282019-11-27 15:55:30 +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#include "socfpga_agilex-u-boot.dtsi"
9
10/{
11 aliases {
12 spi0 = &qspi;
13 i2c0 = &i2c1;
14 };
15
16 memory {
17 /* 8GB */
18 reg = <0 0x00000000 0 0x80000000>,
19 <2 0x80000000 1 0x80000000>;
20 };
21};
22
23&flash0 {
24 compatible = "jedec,spi-nor";
25 spi-tx-bus-width = <4>;
26 spi-rx-bus-width = <4>;
27 u-boot,dm-pre-reloc;
28};
29
30&i2c1 {
31 status = "okay";
32};
33
34&mmc {
35 drvsel = <3>;
36 smplsel = <0>;
37 u-boot,dm-pre-reloc;
38};
39