aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/socfpga_cyclone5_de0_nano_soc-u-boot.dtsi')
-rw-r--r--arch/arm/dts/socfpga_cyclone5_de0_nano_soc-u-boot.dtsi44
1 files changed, 44 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_cyclone5_de0_nano_soc-u-boot.dtsi b/arch/arm/dts/socfpga_cyclone5_de0_nano_soc-u-boot.dtsi
new file mode 100644
index 0000000000..0219c6948d
--- /dev/null
+++ b/arch/arm/dts/socfpga_cyclone5_de0_nano_soc-u-boot.dtsi
@@ -0,0 +1,44 @@
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 u-boot,dm-pre-reloc;
23};
24
25&uart0 {
26 clock-frequency = <100000000>;
27 u-boot,dm-pre-reloc;
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};