1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2013 Altera Corporation <www.altera.com>
6 #include "socfpga_arria5.dtsi"
9 model = "Altera SOCFPGA Arria V SoC Development Kit";
10 compatible = "altr,socfpga-arria5", "altr,socfpga";
13 bootargs = "console=ttyS0,115200";
14 stdout-path = "serial0:115200n8";
19 device_type = "memory";
20 reg = <0x0 0x40000000>; /* 1GB */
24 /* this allow the ethaddr uboot environment variable contents
25 * to be added to the gmac1 device tree blob.
31 regulator_3_3v: 3-3-v-regulator {
32 compatible = "regulator-fixed";
33 regulator-name = "3.3V";
34 regulator-min-microvolt = <3300000>;
35 regulator-max-microvolt = <3300000>;
61 compatible = "atmel,24c32";
67 compatible = "dallas,ds1339";
73 vmmc-supply = <®ulator_3_3v>;
74 vqmmc-supply = <®ulator_3_3v>;
91 compatible = "n25q00", "spi-flash";
92 reg = <0>; /* chip select */
93 spi-max-frequency = <50000000>;
96 block-size = <16>; /* 2^16, 64KB */