1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright Altera Corporation (C) 2015. All rights reserved.
6 #include "socfpga_stratix10.dtsi"
9 model = "SoCFPGA Stratix 10 SoCDK";
19 stdout-path = "serial0:115200n8";
23 compatible = "gpio-leds";
26 gpios = <&portb 20 GPIO_ACTIVE_HIGH>;
31 gpios = <&portb 19 GPIO_ACTIVE_HIGH>;
36 gpios = <&portb 21 GPIO_ACTIVE_HIGH>;
41 device_type = "memory";
42 /* We expect the bootloader to fill in the reg */
47 compatible = "regulator-fixed";
48 regulator-name = "0.33V";
49 regulator-min-microvolt = <330000>;
50 regulator-max-microvolt = <330000>;
56 clock-frequency = <25000000>;
62 compatible = "altr,socfpga-s10-sdmmc-ecc",
63 "altr,socfpga-sdmmc-ecc";
64 reg = <0xff8c8c00 0x100>;
65 altr,ecc-parent = <&mmc>;
82 max-frame-size = <9000>;
87 compatible = "snps,dwmac-mdio";
88 phy0: ethernet-phy@0 {
91 txd0-skew-ps = <0>; /* -420ps */
92 txd1-skew-ps = <0>; /* -420ps */
93 txd2-skew-ps = <0>; /* -420ps */
94 txd3-skew-ps = <0>; /* -420ps */
95 rxd0-skew-ps = <420>; /* 0ps */
96 rxd1-skew-ps = <420>; /* 0ps */
97 rxd2-skew-ps = <420>; /* 0ps */
98 rxd3-skew-ps = <420>; /* 0ps */
99 txen-skew-ps = <0>; /* -420ps */
100 txc-skew-ps = <900>; /* 0ps */
101 rxdv-skew-ps = <420>; /* 0ps */
102 rxc-skew-ps = <1680>; /* 780ps */
121 disable-over-current;
130 clock-frequency = <100000>;
131 i2c-sda-falling-time-ns = <890>; /* hcnt */
132 i2c-sdl-falling-time-ns = <890>; /* lcnt */
135 compatible = "lltc,ltc2497";
137 vref-supply = <&ref_033v>;
141 compatible = "maxim,max1619";
146 compatible = "atmel,24c32";
152 compatible = "dallas,ds1339";
159 #address-cells = <1>;
161 compatible = "n25q00a";
163 spi-max-frequency = <100000000>;
166 cdns,page-size = <256>;
167 cdns,block-size = <16>;
168 cdns,read-delay = <1>;
169 cdns,tshsl-ns = <50>;
170 cdns,tsd2d-ns = <50>;
175 compatible = "fixed-partitions";
176 #address-cells = <1>;
179 qspi_boot: partition@0 {
180 label = "Boot and fpga data";
181 reg = <0x0 0x034B0000>;
184 qspi_rootfs: partition@4000000 {
185 label = "Root Filesystem - JFFS2";
186 reg = <0x034B0000 0x0EB50000>;