aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/arm/dts/socfpga_arria10_socdk-u-boot.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/arm/dts/socfpga_arria10_socdk-u-boot.dtsi')
-rw-r--r--roms/u-boot/arch/arm/dts/socfpga_arria10_socdk-u-boot.dtsi21
1 files changed, 21 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/socfpga_arria10_socdk-u-boot.dtsi b/roms/u-boot/arch/arm/dts/socfpga_arria10_socdk-u-boot.dtsi
new file mode 100644
index 000000000..22e614d04
--- /dev/null
+++ b/roms/u-boot/arch/arm/dts/socfpga_arria10_socdk-u-boot.dtsi
@@ -0,0 +1,21 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright (C) 2015, 2020 Intel. All rights reserved.
+ */
+
+#include "socfpga_arria10-u-boot.dtsi"
+
+/ {
+ aliases {
+ bootargs = "console=ttyS0,115200";
+ i2c0 = &i2c1;
+ };
+};
+
+&uart1 {
+ u-boot,dm-pre-reloc;
+};
+
+&watchdog1 {
+ u-boot,dm-pre-reloc;
+};