]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/arm/boot/dts/socfpga_cyclone5.dtsi
UBUNTU: Ubuntu-5.3.0-29.31
[mirror_ubuntu-eoan-kernel.git] / arch / arm / boot / dts / socfpga_cyclone5.dtsi
CommitLineData
e793b284 1// SPDX-License-Identifier: GPL-2.0+
66314223 2/*
e793b284 3 * Copyright (C) 2012 Altera Corporation <www.altera.com>
66314223
DN
4 */
5
6/dts-v1/;
c6dcb101
DN
7/* First 4KB has trampoline code for secondary cores. */
8/memreserve/ 0x00000000 0x0001000;
7da9b436 9#include "socfpga.dtsi"
66314223
DN
10
11/ {
c2ad2844 12 soc {
042000b0
DN
13 clkmgr@ffd04000 {
14 clocks {
15 osc1 {
16 clock-frequency = <25000000>;
17 };
18 };
19 };
20
8126def8 21 mmc0: dwmmc0@ff704000 {
9b931361 22 broken-cd;
f5bbe55a
JC
23 bus-width = <4>;
24 cap-mmc-highspeed;
25 cap-sd-highspeed;
9b931361
DN
26 };
27
d6dd735f
DN
28 sysmgr@ffd08000 {
29 cpu1-start-addr = <0xffd080c4>;
30 };
66314223
DN
31 };
32};
c1ad85d7
DN
33
34&watchdog0 {
35 status = "okay";
36};