blob: 6cac36a1fc95f74ad8aa4c3597bee92b61daace2 [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
Ley Foon Tandf8e15a2020-03-31 08:45:25 +080040&qspi {
41 status = "okay";
42};
Chee Hong Ang2473e132020-08-06 12:15:33 +080043
44&watchdog0 {
45 u-boot,dm-pre-reloc;
46};