u-boot/arch/riscv/dts/hifive-unmatched-a00-u-boot.dtsi
Simon Glass 8c103c33fb dm: dts: Convert driver model tags to use new schema
Now that Linux has accepted these tags, move the device tree files in
U-Boot over to use them.

Signed-off-by: Simon Glass <sjg@chromium.org>
2023-02-14 09:43:26 -07:00

52 lines
591 B
Text

// 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 {
bootph-pre-ram;
};
config {
u-boot,spl-payload-offset = <0x105000>; /* loader2 @1044KB */
};
hfclk {
bootph-pre-ram;
};
rtcclk {
bootph-pre-ram;
};
};
&clint {
clocks = <&rtcclk>;
};
&qspi0 {
bootph-pre-ram;
flash@0 {
bootph-pre-ram;
};
};
&spi0 {
mmc@0 {
bootph-pre-ram;
};
};
&gpio {
bootph-pre-ram;
};