blob: 1907cc60045218663fad56e7def2a8825311f9f1 [file] [log] [blame]
Dinh Nguyen163a0362013-09-25 15:38:20 -05001/*
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 Nguyenc6dcb102014-08-14 10:37:22 -050018/* First 4KB has trampoline code for secondary cores. */
19/memreserve/ 0x00000000 0x0001000;
Steffen Trumtrar7da9b432014-04-02 21:31:31 -050020#include "socfpga.dtsi"
Dinh Nguyen163a0362013-09-25 15:38:20 -050021
22/ {
23 soc {
24 clkmgr@ffd04000 {
25 clocks {
26 osc1 {
27 clock-frequency = <25000000>;
28 };
29 };
30 };
31
Dinh Nguyenefb4a442014-10-16 14:43:53 -050032 mmc0: dwmmc0@ff704000 {
Dinh Nguyen9b931362014-02-17 20:31:02 -060033 num-slots = <1>;
Dinh Nguyen9b931362014-02-17 20:31:02 -060034 broken-cd;
Jaehoon Chungf5bbe552014-08-11 15:57:50 -050035 bus-width = <4>;
36 cap-mmc-highspeed;
37 cap-sd-highspeed;
Dinh Nguyen9b931362014-02-17 20:31:02 -060038 };
39
Dinh Nguyen163a0362013-09-25 15:38:20 -050040 sysmgr@ffd08000 {
41 cpu1-start-addr = <0xffd080c4>;
42 };
Dinh Nguyen163a0362013-09-25 15:38:20 -050043 };
44};