2018-11-06 04:27:27 +08:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
2013-09-26 04:38:20 +08:00
|
|
|
/*
|
2018-11-06 04:27:27 +08:00
|
|
|
* Copyright (C) 2013 Altera Corporation <www.altera.com>
|
2013-09-26 04:38:20 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
2014-08-14 23:37:22 +08:00
|
|
|
/* First 4KB has trampoline code for secondary cores. */
|
|
|
|
/memreserve/ 0x00000000 0x0001000;
|
2014-04-03 10:31:31 +08:00
|
|
|
#include "socfpga.dtsi"
|
2013-09-26 04:38:20 +08:00
|
|
|
|
|
|
|
/ {
|
|
|
|
soc {
|
|
|
|
clkmgr@ffd04000 {
|
|
|
|
clocks {
|
|
|
|
osc1 {
|
|
|
|
clock-frequency = <25000000>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2014-10-17 03:43:53 +08:00
|
|
|
mmc0: dwmmc0@ff704000 {
|
2014-02-18 10:31:02 +08:00
|
|
|
broken-cd;
|
2014-08-12 04:57:50 +08:00
|
|
|
bus-width = <4>;
|
|
|
|
cap-mmc-highspeed;
|
|
|
|
cap-sd-highspeed;
|
2014-02-18 10:31:02 +08:00
|
|
|
};
|
|
|
|
|
2013-09-26 04:38:20 +08:00
|
|
|
sysmgr@ffd08000 {
|
|
|
|
cpu1-start-addr = <0xffd080c4>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2016-12-17 07:15:00 +08:00
|
|
|
|
|
|
|
&watchdog0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|