Dinh Nguyen | 163a036 | 2013-09-25 15:38:20 -0500 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2013 Altera Corporation <www.altera.com> |
| 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify it |
| 5 | * under the terms and conditions of the GNU General Public License, |
| 6 | * version 2, as published by the Free Software Foundation. |
| 7 | * |
| 8 | * This program is distributed in the hope it will be useful, but WITHOUT |
| 9 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| 10 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
| 11 | * more details. |
| 12 | * |
| 13 | * You should have received a copy of the GNU General Public License along with |
| 14 | * this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ |
| 16 | |
| 17 | /dts-v1/; |
Dinh Nguyen | c6dcb10 | 2014-08-14 10:37:22 -0500 | [diff] [blame] | 18 | /* First 4KB has trampoline code for secondary cores. */ |
| 19 | /memreserve/ 0x00000000 0x0001000; |
Steffen Trumtrar | 7da9b43 | 2014-04-02 21:31:31 -0500 | [diff] [blame] | 20 | #include "socfpga.dtsi" |
Dinh Nguyen | 163a036 | 2013-09-25 15:38:20 -0500 | [diff] [blame] | 21 | |
| 22 | / { |
| 23 | soc { |
| 24 | clkmgr@ffd04000 { |
| 25 | clocks { |
| 26 | osc1 { |
| 27 | clock-frequency = <25000000>; |
| 28 | }; |
| 29 | }; |
| 30 | }; |
| 31 | |
Dinh Nguyen | efb4a44 | 2014-10-16 14:43:53 -0500 | [diff] [blame] | 32 | mmc0: dwmmc0@ff704000 { |
Dinh Nguyen | 9b93136 | 2014-02-17 20:31:02 -0600 | [diff] [blame] | 33 | num-slots = <1>; |
Dinh Nguyen | 9b93136 | 2014-02-17 20:31:02 -0600 | [diff] [blame] | 34 | broken-cd; |
Jaehoon Chung | f5bbe55 | 2014-08-11 15:57:50 -0500 | [diff] [blame] | 35 | bus-width = <4>; |
| 36 | cap-mmc-highspeed; |
| 37 | cap-sd-highspeed; |
Dinh Nguyen | 9b93136 | 2014-02-17 20:31:02 -0600 | [diff] [blame] | 38 | }; |
| 39 | |
Dinh Nguyen | 163a036 | 2013-09-25 15:38:20 -0500 | [diff] [blame] | 40 | sysmgr@ffd08000 { |
| 41 | cpu1-start-addr = <0xffd080c4>; |
| 42 | }; |
Dinh Nguyen | 163a036 | 2013-09-25 15:38:20 -0500 | [diff] [blame] | 43 | }; |
| 44 | }; |
Dinh Nguyen | a0c7807 | 2016-12-16 17:15:00 -0600 | [diff] [blame] | 45 | |
| 46 | &watchdog0 { |
| 47 | status = "okay"; |
| 48 | }; |