blob: 319a71e41ea427e9758f9f3e0343443a64acf0c1 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Stefan Roese51c580c2014-11-07 14:10:41 +01002/*
Simon Goldschmidtc402e812018-11-02 11:54:52 +01003 * Copyright (C) 2012 Altera Corporation <www.altera.com>
Stefan Roese51c580c2014-11-07 14:10:41 +01004 */
5
6/dts-v1/;
7/* First 4KB has trampoline code for secondary cores. */
8/memreserve/ 0x00000000 0x0001000;
9#include "socfpga.dtsi"
10
11/ {
12 soc {
13 clkmgr@ffd04000 {
14 clocks {
15 osc1 {
16 clock-frequency = <25000000>;
17 };
18 };
19 };
20
21 mmc0: dwmmc0@ff704000 {
Stefan Roese51c580c2014-11-07 14:10:41 +010022 broken-cd;
23 bus-width = <4>;
24 cap-mmc-highspeed;
25 cap-sd-highspeed;
26 };
27
Stefan Roese51c580c2014-11-07 14:10:41 +010028 sysmgr@ffd08000 {
29 cpu1-start-addr = <0xffd080c4>;
30 };
31 };
32};
Simon Goldschmidtc402e812018-11-02 11:54:52 +010033
34&watchdog0 {
35 status = "okay";
36};