1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2012 Altera Corporation <www.altera.com>
6 #include "socfpga_cyclone5.dtsi"
9 model = "SoCFPGA Cyclone V IS1";
10 compatible = "anonymous,socfpga-is1", "altr,socfpga-cyclone5", "altr,socfpga";
13 bootargs = "console=ttyS0,115200";
14 stdout-path = "serial0:115200n8";
19 device_type = "memory";
20 reg = <0x0 0x10000000>;
28 regulator_3_3v: 3-3-v-regulator {
29 compatible = "regulator-fixed";
30 regulator-name = "3.3V";
31 regulator-min-microvolt = <3300000>;
32 regulator-max-microvolt = <3300000>;
66 compatible = "atmel,24c32";
72 compatible = "dallas,ds1339";
81 cd-gpios = <&portb 18 0>;
82 vmmc-supply = <®ulator_3_3v>;
83 vqmmc-supply = <®ulator_3_3v>;
94 compatible = "n25q00", "spi-flash";
95 reg = <0>; /* chip select */
96 spi-max-frequency = <100000000>;
99 block-size = <16>; /* 2^16, 64KB */
100 cdns,tshsl-ns = <50>;
101 cdns,tsd2d-ns = <50>;