xref: /freebsd-src/sys/contrib/device-tree/src/arm/intel/socfpga/socfpga_cyclone5.dtsi (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0+
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright (C) 2012 Altera Corporation <www.altera.com>
4*f126890aSEmmanuel Vadot */
5*f126890aSEmmanuel Vadot
6*f126890aSEmmanuel Vadot/dts-v1/;
7*f126890aSEmmanuel Vadot/* First 4KB has trampoline code for secondary cores. */
8*f126890aSEmmanuel Vadot/memreserve/ 0x00000000 0x0001000;
9*f126890aSEmmanuel Vadot#include "socfpga.dtsi"
10*f126890aSEmmanuel Vadot
11*f126890aSEmmanuel Vadot/ {
12*f126890aSEmmanuel Vadot	soc {
13*f126890aSEmmanuel Vadot		clkmgr@ffd04000 {
14*f126890aSEmmanuel Vadot			clocks {
15*f126890aSEmmanuel Vadot				osc1 {
16*f126890aSEmmanuel Vadot					clock-frequency = <25000000>;
17*f126890aSEmmanuel Vadot				};
18*f126890aSEmmanuel Vadot			};
19*f126890aSEmmanuel Vadot		};
20*f126890aSEmmanuel Vadot
21*f126890aSEmmanuel Vadot		mmc0: mmc@ff704000 {
22*f126890aSEmmanuel Vadot			broken-cd;
23*f126890aSEmmanuel Vadot			bus-width = <4>;
24*f126890aSEmmanuel Vadot			cap-mmc-highspeed;
25*f126890aSEmmanuel Vadot			cap-sd-highspeed;
26*f126890aSEmmanuel Vadot			clk-phase-sd-hs = <0>, <135>;
27*f126890aSEmmanuel Vadot		};
28*f126890aSEmmanuel Vadot
29*f126890aSEmmanuel Vadot		sysmgr@ffd08000 {
30*f126890aSEmmanuel Vadot			cpu1-start-addr = <0xffd080c4>;
31*f126890aSEmmanuel Vadot		};
32*f126890aSEmmanuel Vadot	};
33*f126890aSEmmanuel Vadot};
34*f126890aSEmmanuel Vadot
35*f126890aSEmmanuel Vadot&watchdog0 {
36*f126890aSEmmanuel Vadot	status = "okay";
37*f126890aSEmmanuel Vadot};
38