blob: a05e3df23103f78edefa919b792b491b324e77d4 [file] [log] [blame]
Dinh Nguyen66314222012-07-18 16:07:18 -06001/*
2 * Copyright (C) 2012 Altera Corporation <www.altera.com>
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
16 */
17
18/dts-v1/;
Dinh Nguyenc6dcb102014-08-14 10:37:22 -050019/* First 4KB has trampoline code for secondary cores. */
20/memreserve/ 0x00000000 0x0001000;
Steffen Trumtrar7da9b432014-04-02 21:31:31 -050021#include "socfpga.dtsi"
Dinh Nguyen66314222012-07-18 16:07:18 -060022
23/ {
Dinh Nguyenc2ad2842013-02-11 17:30:30 -060024 soc {
Dinh Nguyen042000b2013-04-11 10:55:25 -050025 clkmgr@ffd04000 {
26 clocks {
27 osc1 {
28 clock-frequency = <25000000>;
29 };
30 };
31 };
32
Dinh Nguyen8126def2014-08-14 10:21:48 -050033 mmc0: dwmmc0@ff704000 {
Dinh Nguyen9b931362014-02-17 20:31:02 -060034 num-slots = <1>;
Dinh Nguyen9b931362014-02-17 20:31:02 -060035 broken-cd;
Jaehoon Chungf5bbe552014-08-11 15:57:50 -050036 bus-width = <4>;
37 cap-mmc-highspeed;
38 cap-sd-highspeed;
Dinh Nguyen9b931362014-02-17 20:31:02 -060039 };
40
Dinh Nguyend6dd7352013-02-11 17:30:33 -060041 sysmgr@ffd08000 {
42 cpu1-start-addr = <0xffd080c4>;
43 };
Dinh Nguyen66314222012-07-18 16:07:18 -060044 };
45};
Dinh Nguyenc1ad85d2014-11-07 10:19:04 -060046
47&watchdog0 {
48 status = "okay";
49};