Merge tag 'usb-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[linux/fpc-iii.git] / arch / arm / boot / dts / socfpga_cyclone5.dtsi
blob319a71e41ea427e9758f9f3e0343443a64acf0c1
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (C) 2012 Altera Corporation <www.altera.com>
4  */
6 /dts-v1/;
7 /* First 4KB has trampoline code for secondary cores. */
8 /memreserve/ 0x00000000 0x0001000;
9 #include "socfpga.dtsi"
11 / {
12         soc {
13                 clkmgr@ffd04000 {
14                         clocks {
15                                 osc1 {
16                                         clock-frequency = <25000000>;
17                                 };
18                         };
19                 };
21                 mmc0: dwmmc0@ff704000 {
22                         broken-cd;
23                         bus-width = <4>;
24                         cap-mmc-highspeed;
25                         cap-sd-highspeed;
26                 };
28                 sysmgr@ffd08000 {
29                         cpu1-start-addr = <0xffd080c4>;
30                 };
31         };
34 &watchdog0 {
35         status = "okay";