1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2014 Steffen Trumtrar <s.trumtrar@pengutronix.de>
6 #include "socfpga_cyclone5.dtsi"
9 model = "EBV SOCrates";
10 compatible = "ebv,socrates", "altr,socfpga-cyclone5", "altr,socfpga";
17 bootargs = "earlyprintk";
18 stdout-path = "serial0:115200n8";
23 device_type = "memory";
24 reg = <0x0 0x40000000>; /* 1GB */
48 compatible = "st,m41t82";
54 compatible = "gpio-leds";
57 label = "led:green:heartbeat";
58 gpios = <&porta 28 1>;
59 linux,default-trigger = "heartbeat";
63 label = "led:green:D7";
64 gpios = <&portb 19 1>;
68 label = "led:green:D8";
69 gpios = <&portb 25 1>;
83 compatible = "n25q256a";
85 spi-max-frequency = <100000000>;
87 cdns,read-delay = <4>;