2 * Copyright (C) 2012 Altera Corporation <www.altera.com>
4 * SPDX-License-Identifier: GPL-2.0+
7 #include "socfpga_cyclone5.dtsi"
10 model = "SoCFPGA Cyclone V IS1";
11 compatible = "anonymous,socfpga-is1", "altr,socfpga-cyclone5", "altr,socfpga";
14 bootargs = "console=ttyS0,115200";
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>;
62 compatible = "atmel,24c32";
68 compatible = "dallas,ds1339";
77 cd-gpios = <&portb 18 0>;
78 vmmc-supply = <®ulator_3_3v>;
79 vqmmc-supply = <®ulator_3_3v>;
90 compatible = "n25q00";
91 reg = <0>; /* chip select */
92 spi-max-frequency = <100000000>;
95 block-size = <16>; /* 2^16, 64KB */
96 read-delay = <4>; /* delay value in read data capture register */