2 * Copyright (C) 2015 Stefan Roese <sr@denx.de>
4 * SPDX-License-Identifier: GPL-2.0+
7 #include "socfpga_cyclone5.dtsi"
10 model = "SoCFPGA Cyclone V SR1500";
11 compatible = "anonymous,socfpga-sr1500", "altr,socfpga-cyclone5", "altr,socfpga";
14 bootargs = "console=ttyS0,115200";
19 * This allows the ethaddr uboot environmnet variable
20 * contents to be added to the gmac1 device tree blob.
27 device_type = "memory";
28 reg = <0x0 0x40000000>; /* 1GB */
89 compatible = "n25q00", "spi-flash";
90 reg = <0>; /* chip select */
91 spi-max-frequency = <100000000>;
94 block-size = <16>; /* 2^16, 64KB */
95 read-delay = <4>; /* delay value in read data capture register */