Stefan Roese | 76ba23f | 2014-11-07 14:10:41 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2014 Steffen Trumtrar <s.trumtrar@pengutronix.de> |
| 3 | * |
Stefan Roese | d3b436e | 2014-11-14 08:10:44 +0100 | [diff] [blame] | 4 | * SPDX-License-Identifier: GPL-2.0+ |
Stefan Roese | 76ba23f | 2014-11-07 14:10:41 +0100 | [diff] [blame] | 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 | }; |