Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arch/riscv/dts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dtb-$(CONFIG_TARGET_SIPEED_MAIX) += k210-maix-bit.dtb
dtb-$(CONFIG_TARGET_STARFIVE_VISIONFIVE2) += jh7110-starfive-visionfive-2.dtb
dtb-$(CONFIG_TARGET_TH1520_LPI4A) += th1520-lichee-pi-4a.dtb
dtb-$(CONFIG_TARGET_ESWIN_EVB_EIC7700) += eic7700_evb.dtb
dtb-$(CONFIG_TARGET_HIFIVE_PREMIER_P550) += hifive-premier-p550.dtb
dtb-$(CONFIG_TARGET_HIFIVE_PREMIER_P550) += eic7700-hifive-premier-p550.dtb

include $(srctree)/scripts/Makefile.dts

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
/ {
#address-cells = <2>;
#size-cells = <2>;
model = "Eswin HiFive Premier P550";

model = "SiFive HiFive Premier P550";
compatible = "sifive,hifive-premier-p550", "eswin,eic7700";

aliases {
serial0 = &uart0;
Expand Down
2 changes: 1 addition & 1 deletion configs/hifive_premier_p550_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xf0000000
CONFIG_ENV_SIZE=0x80000
CONFIG_ENV_OFFSET=0xd80000
CONFIG_DM_GPIO=y
CONFIG_DEFAULT_DEVICE_TREE="hifive-premier-p550"
CONFIG_DEFAULT_DEVICE_TREE="eic7700-hifive-premier-p550"
CONFIG_OF_LIBFDT_OVERLAY=y
CONFIG_DM_RESET=y
CONFIG_SYS_LOAD_ADDR=0x80200000
Expand Down
2 changes: 1 addition & 1 deletion include/configs/hifive_premier_p550.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"initrd_high=0xffffffffffffffff\0" \
"kernel_addr_r=0x84000000\0" \
"fdt_addr_r=0x88000000\0" \
"fdtfile=eswin/hifive-premier-p550.dtb\0" \
"fdtfile=eswin/eic7700-hifive-premier-p550.dtb\0" \
"scriptaddr=0x88100000\0" \
"pxefile_addr_r=0x88200000\0" \
"ramdisk_addr_r=0x88300000\0" \
Expand Down