]> git.sur5r.net Git - u-boot/blob - arch/arm/dts/socfpga_cyclone5_socrates.dts
arm: socfpga: dts: Move to SPDX license identifiers
[u-boot] / arch / arm / dts / socfpga_cyclone5_socrates.dts
1 /*
2  *  Copyright (C) 2014 Steffen Trumtrar <s.trumtrar@pengutronix.de>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #include "socfpga_cyclone5.dtsi"
8
9 / {
10         model = "EBV SOCrates";
11         compatible = "ebv,socrates", "altr,socfpga-cyclone5", "altr,socfpga";
12
13         chosen {
14                 bootargs = "console=ttyS0,115200";
15         };
16
17         memory {
18                 name = "memory";
19                 device_type = "memory";
20                 reg = <0x0 0x40000000>; /* 1GB */
21         };
22 };
23
24 &gmac1 {
25         status = "okay";
26 };
27
28 &i2c0 {
29         status = "okay";
30
31         rtc: rtc@68 {
32                 compatible = "stm,m41t82";
33                 reg = <0x68>;
34         };
35 };
36
37 &mmc {
38         status = "okay";
39 };