diff --git a/arch/riscv/dts/Makefile b/arch/riscv/dts/Makefile index 97de6370b61..cb1fe7d0017 100644 --- a/arch/riscv/dts/Makefile +++ b/arch/riscv/dts/Makefile @@ -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 diff --git a/arch/riscv/dts/hifive-premier-p550.dts b/arch/riscv/dts/eic7700-hifive-premier-p550.dts similarity index 98% rename from arch/riscv/dts/hifive-premier-p550.dts rename to arch/riscv/dts/eic7700-hifive-premier-p550.dts index 79a824bca4b..72dda297111 100644 --- a/arch/riscv/dts/hifive-premier-p550.dts +++ b/arch/riscv/dts/eic7700-hifive-premier-p550.dts @@ -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; diff --git a/configs/hifive_premier_p550_defconfig b/configs/hifive_premier_p550_defconfig index 159d3c28e44..f799b878395 100644 --- a/configs/hifive_premier_p550_defconfig +++ b/configs/hifive_premier_p550_defconfig @@ -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 diff --git a/include/configs/hifive_premier_p550.h b/include/configs/hifive_premier_p550.h index a2ad33dbc46..a868122c5f0 100644 --- a/include/configs/hifive_premier_p550.h +++ b/include/configs/hifive_premier_p550.h @@ -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" \