summaryrefslogtreecommitdiff
path: root/arch/riscv/dts/hifive-unmatched-a00-u-boot.dtsi
diff options
context:
space:
mode:
authorGreen Wan <green.wan@sifive.com>2021-05-27 16:52:12 +0300
committerLeo Yu-Chi Liang <ycliang@andestech.com>2021-05-31 11:35:54 +0300
commit1c07b0c562348f9254c7efa0af69995a5aaa60bb (patch)
tree9bed5dedb58d214132d1485f9735eba8f61e5b43 /arch/riscv/dts/hifive-unmatched-a00-u-boot.dtsi
parent2113c0045c2abe1fb3bcd709a06968514c1f6407 (diff)
downloadu-boot-1c07b0c562348f9254c7efa0af69995a5aaa60bb.tar.xz
riscv: dts: add SiFive Unmatched board support
Add dts files for SiFive Unmatched board. Signed-off-by: Green Wan <green.wan@sifive.com> Reviewed-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'arch/riscv/dts/hifive-unmatched-a00-u-boot.dtsi')
-rw-r--r--arch/riscv/dts/hifive-unmatched-a00-u-boot.dtsi41
1 files changed, 41 insertions, 0 deletions
diff --git a/arch/riscv/dts/hifive-unmatched-a00-u-boot.dtsi b/arch/riscv/dts/hifive-unmatched-a00-u-boot.dtsi
new file mode 100644
index 0000000000..c5475aa149
--- /dev/null
+++ b/arch/riscv/dts/hifive-unmatched-a00-u-boot.dtsi
@@ -0,0 +1,41 @@
+// SPDX-License-Identifier: (GPL-2.0 OR MIT)
+/*
+ * Copyright (C) 2020-2021 SiFive, Inc
+ */
+
+#include "binman.dtsi"
+#include "fu740-c000-u-boot.dtsi"
+#include "fu740-hifive-unmatched-a00-ddr.dtsi"
+
+/ {
+ aliases {
+ spi0 = &spi0;
+ };
+
+ memory@80000000 {
+ u-boot,dm-spl;
+ };
+
+ hfclk {
+ u-boot,dm-spl;
+ };
+
+ rtcclk {
+ u-boot,dm-spl;
+ };
+
+};
+
+&clint {
+ clocks = <&rtcclk>;
+};
+
+&spi0 {
+ mmc@0 {
+ u-boot,dm-spl;
+ };
+};
+
+&gpio {
+ u-boot,dm-spl;
+};