ARM: dts: armada388-clearfog: enable spi flash
[linux-2.6-block.git] / arch / arm / boot / dts / socfpga_arria5.dtsi
CommitLineData
163a0364
DN
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/;
c6dcb101
DN
18/* First 4KB has trampoline code for secondary cores. */
19/memreserve/ 0x00000000 0x0001000;
7da9b436 20#include "socfpga.dtsi"
163a0364
DN
21
22/ {
23 soc {
24 clkmgr@ffd04000 {
25 clocks {
26 osc1 {
27 clock-frequency = <25000000>;
28 };
29 };
30 };
31
efb4a44e 32 mmc0: dwmmc0@ff704000 {
9b931361 33 broken-cd;
f5bbe55a
JC
34 bus-width = <4>;
35 cap-mmc-highspeed;
36 cap-sd-highspeed;
9b931361
DN
37 };
38
163a0364
DN
39 sysmgr@ffd08000 {
40 cpu1-start-addr = <0xffd080c4>;
41 };
163a0364
DN
42 };
43};
a0c7807c
DN
44
45&watchdog0 {
46 status = "okay";
47};