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 = "earlyprintk";
14 stdout-path = "serial0:115200n8";
19 device_type = "memory";
20 reg = <0x0 0x40000000>; /* 1GB */
24 /* this allow the ethaddr uboot environmnet variable contents
25 * to be added to the gmac1 device tree blob.
31 compatible = "gpio-leds";
39 gpios = <&portb 11 1>;
44 gpios = <&porta 17 1>;
49 gpios = <&porta 18 1>;
53 regulator_3_3v: 3-3-v-regulator {
54 compatible = "regulator-fixed";
55 regulator-name = "3.3V";
56 regulator-min-microvolt = <3300000>;
57 regulator-max-microvolt = <3300000>;
89 clock-frequency = <100000>;
92 * adjust the falling times to decrease the i2c frequency to 50Khz
93 * because the LCD module does not work at the standard 100Khz
95 i2c-sda-falling-time-ns = <5000>;
96 i2c-scl-falling-time-ns = <5000>;
99 compatible = "atmel,24c32";
105 compatible = "dallas,ds1339";
111 vmmc-supply = <®ulator_3_3v>;
112 vqmmc-supply = <®ulator_3_3v>;
120 #address-cells = <1>;
122 compatible = "n25q256a";
124 spi-max-frequency = <100000000>;
127 cdns,page-size = <256>;
128 cdns,block-size = <16>;
129 cdns,read-delay = <4>;
130 cdns,tshsl-ns = <50>;
131 cdns,tsd2d-ns = <50>;
135 partition@qspi-boot {
136 /* 8MB for raw data. */
137 label = "Flash 0 Raw Data";
138 reg = <0x0 0x800000>;
141 partition@qspi-rootfs {
142 /* 120MB for jffs2 data. */
143 label = "Flash 0 jffs2 Filesystem";
144 reg = <0x800000 0x7800000>;