]> git.ipfire.org Git - thirdparty/u-boot.git/blob - arch/arm/dts/socfpga_cyclone5_de0_nano_soc-u-boot.dtsi
Merge branch 'next'
[thirdparty/u-boot.git] / arch / arm / dts / socfpga_cyclone5_de0_nano_soc-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3 * U-Boot additions
4 *
5 * Copyright Altera Corporation (C) 2015
6 * Copyright (c) 2018 Simon Goldschmidt
7 */
8
9 #include "socfpga-common-u-boot.dtsi"
10
11 /{
12 aliases {
13 udc0 = &usb1;
14 };
15 };
16
17 &watchdog0 {
18 status = "disabled";
19 };
20
21 &mmc {
22 bootph-all;
23 };
24
25 &uart0 {
26 clock-frequency = <100000000>;
27 bootph-all;
28 };
29
30 &uart1 {
31 clock-frequency = <100000000>;
32 };
33
34 &porta {
35 bank-name = "porta";
36 };
37
38 &portb {
39 bank-name = "portb";
40 };
41
42 &portc {
43 bank-name = "portc";
44 };