1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2012 Altera Corporation <www.altera.com>
6 #include "socfpga_cyclone5.dtsi"
9 model = "Altera SOCFPGA Cyclone V SoC Development Kit";
10 compatible = "altr,socfpga-cyclone5-socdk", "altr,socfpga-cyclone5", "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";
34 gpios = <&portb 15 1>;
39 gpios = <&portb 14 1>;
44 gpios = <&portb 13 1>;
49 gpios = <&portb 12 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>;
93 clock-frequency = <100000>;
96 * adjust the falling times to decrease the i2c frequency to 50Khz
97 * because the LCD module does not work at the standard 100Khz
99 i2c-sda-falling-time-ns = <5000>;
100 i2c-scl-falling-time-ns = <5000>;
103 compatible = "atmel,24c32";
109 compatible = "dallas,ds1339";
115 cd-gpios = <&portb 18 0>;
116 vmmc-supply = <®ulator_3_3v>;
117 vqmmc-supply = <®ulator_3_3v>;
125 #address-cells = <1>;
127 compatible = "n25q00";
128 reg = <0>; /* chip select */
129 spi-max-frequency = <100000000>;
132 cdns,page-size = <256>;
133 cdns,block-size = <16>;
134 cdns,read-delay = <4>;
135 cdns,tshsl-ns = <50>;
136 cdns,tsd2d-ns = <50>;
140 partition@qspi-boot {
141 /* 8MB for raw data. */
142 label = "Flash 0 Raw Data";
143 reg = <0x0 0x800000>;
146 partition@qspi-rootfs {
147 /* 120MB for jffs2 data. */
148 label = "Flash 0 jffs2 Filesystem";
149 reg = <0x800000 0x7800000>;
158 compatible = "rohm,dh2228fv";
160 spi-max-frequency = <1000000>;