From b40bf25e5e8a4bf22e9f10a718d409b46e81964d Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Fri, 16 Feb 2024 10:00:29 +0100 Subject: [PATCH] soc: gd_gd32: reorganize folders Move soc/gd_gd32 to soc/gd/gd32. Signed-off-by: Gerard Marull-Paretas --- soc/{gd_gd32 => gd/gd32}/CMakeLists.txt | 0 soc/{gd_gd32 => gd/gd32}/Kconfig | 0 soc/{gd_gd32 => gd/gd32}/Kconfig.defconfig | 0 soc/{gd_gd32 => gd/gd32}/Kconfig.soc | 0 soc/{gd_gd32 => gd/gd32}/common/CMakeLists.txt | 0 soc/{gd_gd32 => gd/gd32}/common/pinctrl_soc.h | 0 soc/{gd_gd32 => gd/gd32}/gd32a50x/CMakeLists.txt | 0 soc/{gd_gd32 => gd/gd32}/gd32a50x/Kconfig | 0 soc/{gd_gd32 => gd/gd32}/gd32a50x/Kconfig.defconfig.gd32a503 | 0 soc/{gd_gd32 => gd/gd32}/gd32a50x/Kconfig.defconfig.series | 0 soc/{gd_gd32 => gd/gd32}/gd32a50x/Kconfig.soc | 0 soc/{gd_gd32 => gd/gd32}/gd32a50x/gd32_regs.h | 0 soc/{gd_gd32 => gd/gd32}/gd32a50x/soc.c | 0 soc/{gd_gd32 => gd/gd32}/gd32a50x/soc.h | 0 soc/{gd_gd32 => gd/gd32}/gd32e10x/CMakeLists.txt | 0 soc/{gd_gd32 => gd/gd32}/gd32e10x/Kconfig | 0 soc/{gd_gd32 => gd/gd32}/gd32e10x/Kconfig.defconfig.gd32e103 | 0 soc/{gd_gd32 => gd/gd32}/gd32e10x/Kconfig.defconfig.series | 0 soc/{gd_gd32 => gd/gd32}/gd32e10x/Kconfig.soc | 0 soc/{gd_gd32 => gd/gd32}/gd32e10x/gd32_regs.h | 0 soc/{gd_gd32 => gd/gd32}/gd32e10x/soc.c | 0 soc/{gd_gd32 => gd/gd32}/gd32e10x/soc.h | 0 soc/{gd_gd32 => gd/gd32}/gd32e50x/CMakeLists.txt | 0 soc/{gd_gd32 => gd/gd32}/gd32e50x/Kconfig | 0 soc/{gd_gd32 => gd/gd32}/gd32e50x/Kconfig.defconfig.gd32e507 | 0 soc/{gd_gd32 => gd/gd32}/gd32e50x/Kconfig.defconfig.series | 0 soc/{gd_gd32 => gd/gd32}/gd32e50x/Kconfig.soc | 0 soc/{gd_gd32 => gd/gd32}/gd32e50x/gd32_regs.h | 0 soc/{gd_gd32 => gd/gd32}/gd32e50x/soc.c | 0 soc/{gd_gd32 => gd/gd32}/gd32e50x/soc.h | 0 soc/{gd_gd32 => gd/gd32}/gd32f3x0/CMakeLists.txt | 0 soc/{gd_gd32 => gd/gd32}/gd32f3x0/Kconfig | 0 soc/{gd_gd32 => gd/gd32}/gd32f3x0/Kconfig.defconfig.gd32f350 | 0 soc/{gd_gd32 => gd/gd32}/gd32f3x0/Kconfig.defconfig.series | 0 soc/{gd_gd32 => gd/gd32}/gd32f3x0/Kconfig.soc | 0 soc/{gd_gd32 => gd/gd32}/gd32f3x0/gd32_regs.h | 0 soc/{gd_gd32 => gd/gd32}/gd32f3x0/soc.c | 0 soc/{gd_gd32 => gd/gd32}/gd32f3x0/soc.h | 0 soc/{gd_gd32 => gd/gd32}/gd32f403/CMakeLists.txt | 0 soc/{gd_gd32 => gd/gd32}/gd32f403/Kconfig | 0 soc/{gd_gd32 => gd/gd32}/gd32f403/Kconfig.defconfig.gd32f403 | 0 soc/{gd_gd32 => gd/gd32}/gd32f403/Kconfig.defconfig.series | 0 soc/{gd_gd32 => gd/gd32}/gd32f403/Kconfig.soc | 0 soc/{gd_gd32 => gd/gd32}/gd32f403/gd32_regs.h | 0 soc/{gd_gd32 => gd/gd32}/gd32f403/soc.c | 0 soc/{gd_gd32 => gd/gd32}/gd32f403/soc.h | 0 soc/{gd_gd32 => gd/gd32}/gd32f4xx/CMakeLists.txt | 0 soc/{gd_gd32 => gd/gd32}/gd32f4xx/Kconfig | 0 soc/{gd_gd32 => gd/gd32}/gd32f4xx/Kconfig.defconfig.gd32f405 | 0 soc/{gd_gd32 => gd/gd32}/gd32f4xx/Kconfig.defconfig.gd32f407 | 0 soc/{gd_gd32 => gd/gd32}/gd32f4xx/Kconfig.defconfig.gd32f450 | 0 soc/{gd_gd32 => gd/gd32}/gd32f4xx/Kconfig.defconfig.gd32f470 | 0 soc/{gd_gd32 => gd/gd32}/gd32f4xx/Kconfig.defconfig.series | 0 soc/{gd_gd32 => gd/gd32}/gd32f4xx/Kconfig.soc | 0 soc/{gd_gd32 => gd/gd32}/gd32f4xx/gd32_regs.h | 0 soc/{gd_gd32 => gd/gd32}/gd32f4xx/soc.c | 0 soc/{gd_gd32 => gd/gd32}/gd32f4xx/soc.h | 0 soc/{gd_gd32 => gd/gd32}/gd32l23x/CMakeLists.txt | 0 soc/{gd_gd32 => gd/gd32}/gd32l23x/Kconfig | 0 soc/{gd_gd32 => gd/gd32}/gd32l23x/Kconfig.defconfig.gd32l233 | 0 soc/{gd_gd32 => gd/gd32}/gd32l23x/Kconfig.defconfig.series | 0 soc/{gd_gd32 => gd/gd32}/gd32l23x/Kconfig.soc | 0 soc/{gd_gd32 => gd/gd32}/gd32l23x/gd32_regs.h | 0 soc/{gd_gd32 => gd/gd32}/gd32l23x/soc.c | 0 soc/{gd_gd32 => gd/gd32}/gd32l23x/soc.h | 0 soc/{gd_gd32 => gd/gd32}/gd32vf103/CMakeLists.txt | 0 soc/{gd_gd32 => gd/gd32}/gd32vf103/Kconfig | 0 soc/{gd_gd32 => gd/gd32}/gd32vf103/Kconfig.defconfig.gd32vf103 | 0 soc/{gd_gd32 => gd/gd32}/gd32vf103/Kconfig.defconfig.series | 0 soc/{gd_gd32 => gd/gd32}/gd32vf103/Kconfig.soc | 0 soc/{gd_gd32 => gd/gd32}/gd32vf103/entry.S | 0 soc/{gd_gd32 => gd/gd32}/gd32vf103/gd32_regs.h | 0 soc/{gd_gd32 => gd/gd32}/gd32vf103/init.ld | 0 soc/{gd_gd32 => gd/gd32}/gd32vf103/nuclei_csr.h | 0 soc/{gd_gd32 => gd/gd32}/gd32vf103/soc.c | 0 soc/{gd_gd32 => gd/gd32}/soc.yml | 0 76 files changed, 0 insertions(+), 0 deletions(-) rename soc/{gd_gd32 => gd/gd32}/CMakeLists.txt (100%) rename soc/{gd_gd32 => gd/gd32}/Kconfig (100%) rename soc/{gd_gd32 => gd/gd32}/Kconfig.defconfig (100%) rename soc/{gd_gd32 => gd/gd32}/Kconfig.soc (100%) rename soc/{gd_gd32 => gd/gd32}/common/CMakeLists.txt (100%) rename soc/{gd_gd32 => gd/gd32}/common/pinctrl_soc.h (100%) rename soc/{gd_gd32 => gd/gd32}/gd32a50x/CMakeLists.txt (100%) rename soc/{gd_gd32 => gd/gd32}/gd32a50x/Kconfig (100%) rename soc/{gd_gd32 => gd/gd32}/gd32a50x/Kconfig.defconfig.gd32a503 (100%) rename soc/{gd_gd32 => gd/gd32}/gd32a50x/Kconfig.defconfig.series (100%) rename soc/{gd_gd32 => gd/gd32}/gd32a50x/Kconfig.soc (100%) rename soc/{gd_gd32 => gd/gd32}/gd32a50x/gd32_regs.h (100%) rename soc/{gd_gd32 => gd/gd32}/gd32a50x/soc.c (100%) rename soc/{gd_gd32 => gd/gd32}/gd32a50x/soc.h (100%) rename soc/{gd_gd32 => gd/gd32}/gd32e10x/CMakeLists.txt (100%) rename soc/{gd_gd32 => gd/gd32}/gd32e10x/Kconfig (100%) rename soc/{gd_gd32 => gd/gd32}/gd32e10x/Kconfig.defconfig.gd32e103 (100%) rename soc/{gd_gd32 => gd/gd32}/gd32e10x/Kconfig.defconfig.series (100%) rename soc/{gd_gd32 => gd/gd32}/gd32e10x/Kconfig.soc (100%) rename soc/{gd_gd32 => gd/gd32}/gd32e10x/gd32_regs.h (100%) rename soc/{gd_gd32 => gd/gd32}/gd32e10x/soc.c (100%) rename soc/{gd_gd32 => gd/gd32}/gd32e10x/soc.h (100%) rename soc/{gd_gd32 => gd/gd32}/gd32e50x/CMakeLists.txt (100%) rename soc/{gd_gd32 => gd/gd32}/gd32e50x/Kconfig (100%) rename soc/{gd_gd32 => gd/gd32}/gd32e50x/Kconfig.defconfig.gd32e507 (100%) rename soc/{gd_gd32 => gd/gd32}/gd32e50x/Kconfig.defconfig.series (100%) rename soc/{gd_gd32 => gd/gd32}/gd32e50x/Kconfig.soc (100%) rename soc/{gd_gd32 => gd/gd32}/gd32e50x/gd32_regs.h (100%) rename soc/{gd_gd32 => gd/gd32}/gd32e50x/soc.c (100%) rename soc/{gd_gd32 => gd/gd32}/gd32e50x/soc.h (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f3x0/CMakeLists.txt (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f3x0/Kconfig (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f3x0/Kconfig.defconfig.gd32f350 (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f3x0/Kconfig.defconfig.series (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f3x0/Kconfig.soc (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f3x0/gd32_regs.h (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f3x0/soc.c (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f3x0/soc.h (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f403/CMakeLists.txt (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f403/Kconfig (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f403/Kconfig.defconfig.gd32f403 (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f403/Kconfig.defconfig.series (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f403/Kconfig.soc (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f403/gd32_regs.h (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f403/soc.c (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f403/soc.h (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f4xx/CMakeLists.txt (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f4xx/Kconfig (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f4xx/Kconfig.defconfig.gd32f405 (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f4xx/Kconfig.defconfig.gd32f407 (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f4xx/Kconfig.defconfig.gd32f450 (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f4xx/Kconfig.defconfig.gd32f470 (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f4xx/Kconfig.defconfig.series (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f4xx/Kconfig.soc (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f4xx/gd32_regs.h (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f4xx/soc.c (100%) rename soc/{gd_gd32 => gd/gd32}/gd32f4xx/soc.h (100%) rename soc/{gd_gd32 => gd/gd32}/gd32l23x/CMakeLists.txt (100%) rename soc/{gd_gd32 => gd/gd32}/gd32l23x/Kconfig (100%) rename soc/{gd_gd32 => gd/gd32}/gd32l23x/Kconfig.defconfig.gd32l233 (100%) rename soc/{gd_gd32 => gd/gd32}/gd32l23x/Kconfig.defconfig.series (100%) rename soc/{gd_gd32 => gd/gd32}/gd32l23x/Kconfig.soc (100%) rename soc/{gd_gd32 => gd/gd32}/gd32l23x/gd32_regs.h (100%) rename soc/{gd_gd32 => gd/gd32}/gd32l23x/soc.c (100%) rename soc/{gd_gd32 => gd/gd32}/gd32l23x/soc.h (100%) rename soc/{gd_gd32 => gd/gd32}/gd32vf103/CMakeLists.txt (100%) rename soc/{gd_gd32 => gd/gd32}/gd32vf103/Kconfig (100%) rename soc/{gd_gd32 => gd/gd32}/gd32vf103/Kconfig.defconfig.gd32vf103 (100%) rename soc/{gd_gd32 => gd/gd32}/gd32vf103/Kconfig.defconfig.series (100%) rename soc/{gd_gd32 => gd/gd32}/gd32vf103/Kconfig.soc (100%) rename soc/{gd_gd32 => gd/gd32}/gd32vf103/entry.S (100%) rename soc/{gd_gd32 => gd/gd32}/gd32vf103/gd32_regs.h (100%) rename soc/{gd_gd32 => gd/gd32}/gd32vf103/init.ld (100%) rename soc/{gd_gd32 => gd/gd32}/gd32vf103/nuclei_csr.h (100%) rename soc/{gd_gd32 => gd/gd32}/gd32vf103/soc.c (100%) rename soc/{gd_gd32 => gd/gd32}/soc.yml (100%) diff --git a/soc/gd_gd32/CMakeLists.txt b/soc/gd/gd32/CMakeLists.txt similarity index 100% rename from soc/gd_gd32/CMakeLists.txt rename to soc/gd/gd32/CMakeLists.txt diff --git a/soc/gd_gd32/Kconfig b/soc/gd/gd32/Kconfig similarity index 100% rename from soc/gd_gd32/Kconfig rename to soc/gd/gd32/Kconfig diff --git a/soc/gd_gd32/Kconfig.defconfig b/soc/gd/gd32/Kconfig.defconfig similarity index 100% rename from soc/gd_gd32/Kconfig.defconfig rename to soc/gd/gd32/Kconfig.defconfig diff --git a/soc/gd_gd32/Kconfig.soc b/soc/gd/gd32/Kconfig.soc similarity index 100% rename from soc/gd_gd32/Kconfig.soc rename to soc/gd/gd32/Kconfig.soc diff --git a/soc/gd_gd32/common/CMakeLists.txt b/soc/gd/gd32/common/CMakeLists.txt similarity index 100% rename from soc/gd_gd32/common/CMakeLists.txt rename to soc/gd/gd32/common/CMakeLists.txt diff --git a/soc/gd_gd32/common/pinctrl_soc.h b/soc/gd/gd32/common/pinctrl_soc.h similarity index 100% rename from soc/gd_gd32/common/pinctrl_soc.h rename to soc/gd/gd32/common/pinctrl_soc.h diff --git a/soc/gd_gd32/gd32a50x/CMakeLists.txt b/soc/gd/gd32/gd32a50x/CMakeLists.txt similarity index 100% rename from soc/gd_gd32/gd32a50x/CMakeLists.txt rename to soc/gd/gd32/gd32a50x/CMakeLists.txt diff --git a/soc/gd_gd32/gd32a50x/Kconfig b/soc/gd/gd32/gd32a50x/Kconfig similarity index 100% rename from soc/gd_gd32/gd32a50x/Kconfig rename to soc/gd/gd32/gd32a50x/Kconfig diff --git a/soc/gd_gd32/gd32a50x/Kconfig.defconfig.gd32a503 b/soc/gd/gd32/gd32a50x/Kconfig.defconfig.gd32a503 similarity index 100% rename from soc/gd_gd32/gd32a50x/Kconfig.defconfig.gd32a503 rename to soc/gd/gd32/gd32a50x/Kconfig.defconfig.gd32a503 diff --git a/soc/gd_gd32/gd32a50x/Kconfig.defconfig.series b/soc/gd/gd32/gd32a50x/Kconfig.defconfig.series similarity index 100% rename from soc/gd_gd32/gd32a50x/Kconfig.defconfig.series rename to soc/gd/gd32/gd32a50x/Kconfig.defconfig.series diff --git a/soc/gd_gd32/gd32a50x/Kconfig.soc b/soc/gd/gd32/gd32a50x/Kconfig.soc similarity index 100% rename from soc/gd_gd32/gd32a50x/Kconfig.soc rename to soc/gd/gd32/gd32a50x/Kconfig.soc diff --git a/soc/gd_gd32/gd32a50x/gd32_regs.h b/soc/gd/gd32/gd32a50x/gd32_regs.h similarity index 100% rename from soc/gd_gd32/gd32a50x/gd32_regs.h rename to soc/gd/gd32/gd32a50x/gd32_regs.h diff --git a/soc/gd_gd32/gd32a50x/soc.c b/soc/gd/gd32/gd32a50x/soc.c similarity index 100% rename from soc/gd_gd32/gd32a50x/soc.c rename to soc/gd/gd32/gd32a50x/soc.c diff --git a/soc/gd_gd32/gd32a50x/soc.h b/soc/gd/gd32/gd32a50x/soc.h similarity index 100% rename from soc/gd_gd32/gd32a50x/soc.h rename to soc/gd/gd32/gd32a50x/soc.h diff --git a/soc/gd_gd32/gd32e10x/CMakeLists.txt b/soc/gd/gd32/gd32e10x/CMakeLists.txt similarity index 100% rename from soc/gd_gd32/gd32e10x/CMakeLists.txt rename to soc/gd/gd32/gd32e10x/CMakeLists.txt diff --git a/soc/gd_gd32/gd32e10x/Kconfig b/soc/gd/gd32/gd32e10x/Kconfig similarity index 100% rename from soc/gd_gd32/gd32e10x/Kconfig rename to soc/gd/gd32/gd32e10x/Kconfig diff --git a/soc/gd_gd32/gd32e10x/Kconfig.defconfig.gd32e103 b/soc/gd/gd32/gd32e10x/Kconfig.defconfig.gd32e103 similarity index 100% rename from soc/gd_gd32/gd32e10x/Kconfig.defconfig.gd32e103 rename to soc/gd/gd32/gd32e10x/Kconfig.defconfig.gd32e103 diff --git a/soc/gd_gd32/gd32e10x/Kconfig.defconfig.series b/soc/gd/gd32/gd32e10x/Kconfig.defconfig.series similarity index 100% rename from soc/gd_gd32/gd32e10x/Kconfig.defconfig.series rename to soc/gd/gd32/gd32e10x/Kconfig.defconfig.series diff --git a/soc/gd_gd32/gd32e10x/Kconfig.soc b/soc/gd/gd32/gd32e10x/Kconfig.soc similarity index 100% rename from soc/gd_gd32/gd32e10x/Kconfig.soc rename to soc/gd/gd32/gd32e10x/Kconfig.soc diff --git a/soc/gd_gd32/gd32e10x/gd32_regs.h b/soc/gd/gd32/gd32e10x/gd32_regs.h similarity index 100% rename from soc/gd_gd32/gd32e10x/gd32_regs.h rename to soc/gd/gd32/gd32e10x/gd32_regs.h diff --git a/soc/gd_gd32/gd32e10x/soc.c b/soc/gd/gd32/gd32e10x/soc.c similarity index 100% rename from soc/gd_gd32/gd32e10x/soc.c rename to soc/gd/gd32/gd32e10x/soc.c diff --git a/soc/gd_gd32/gd32e10x/soc.h b/soc/gd/gd32/gd32e10x/soc.h similarity index 100% rename from soc/gd_gd32/gd32e10x/soc.h rename to soc/gd/gd32/gd32e10x/soc.h diff --git a/soc/gd_gd32/gd32e50x/CMakeLists.txt b/soc/gd/gd32/gd32e50x/CMakeLists.txt similarity index 100% rename from soc/gd_gd32/gd32e50x/CMakeLists.txt rename to soc/gd/gd32/gd32e50x/CMakeLists.txt diff --git a/soc/gd_gd32/gd32e50x/Kconfig b/soc/gd/gd32/gd32e50x/Kconfig similarity index 100% rename from soc/gd_gd32/gd32e50x/Kconfig rename to soc/gd/gd32/gd32e50x/Kconfig diff --git a/soc/gd_gd32/gd32e50x/Kconfig.defconfig.gd32e507 b/soc/gd/gd32/gd32e50x/Kconfig.defconfig.gd32e507 similarity index 100% rename from soc/gd_gd32/gd32e50x/Kconfig.defconfig.gd32e507 rename to soc/gd/gd32/gd32e50x/Kconfig.defconfig.gd32e507 diff --git a/soc/gd_gd32/gd32e50x/Kconfig.defconfig.series b/soc/gd/gd32/gd32e50x/Kconfig.defconfig.series similarity index 100% rename from soc/gd_gd32/gd32e50x/Kconfig.defconfig.series rename to soc/gd/gd32/gd32e50x/Kconfig.defconfig.series diff --git a/soc/gd_gd32/gd32e50x/Kconfig.soc b/soc/gd/gd32/gd32e50x/Kconfig.soc similarity index 100% rename from soc/gd_gd32/gd32e50x/Kconfig.soc rename to soc/gd/gd32/gd32e50x/Kconfig.soc diff --git a/soc/gd_gd32/gd32e50x/gd32_regs.h b/soc/gd/gd32/gd32e50x/gd32_regs.h similarity index 100% rename from soc/gd_gd32/gd32e50x/gd32_regs.h rename to soc/gd/gd32/gd32e50x/gd32_regs.h diff --git a/soc/gd_gd32/gd32e50x/soc.c b/soc/gd/gd32/gd32e50x/soc.c similarity index 100% rename from soc/gd_gd32/gd32e50x/soc.c rename to soc/gd/gd32/gd32e50x/soc.c diff --git a/soc/gd_gd32/gd32e50x/soc.h b/soc/gd/gd32/gd32e50x/soc.h similarity index 100% rename from soc/gd_gd32/gd32e50x/soc.h rename to soc/gd/gd32/gd32e50x/soc.h diff --git a/soc/gd_gd32/gd32f3x0/CMakeLists.txt b/soc/gd/gd32/gd32f3x0/CMakeLists.txt similarity index 100% rename from soc/gd_gd32/gd32f3x0/CMakeLists.txt rename to soc/gd/gd32/gd32f3x0/CMakeLists.txt diff --git a/soc/gd_gd32/gd32f3x0/Kconfig b/soc/gd/gd32/gd32f3x0/Kconfig similarity index 100% rename from soc/gd_gd32/gd32f3x0/Kconfig rename to soc/gd/gd32/gd32f3x0/Kconfig diff --git a/soc/gd_gd32/gd32f3x0/Kconfig.defconfig.gd32f350 b/soc/gd/gd32/gd32f3x0/Kconfig.defconfig.gd32f350 similarity index 100% rename from soc/gd_gd32/gd32f3x0/Kconfig.defconfig.gd32f350 rename to soc/gd/gd32/gd32f3x0/Kconfig.defconfig.gd32f350 diff --git a/soc/gd_gd32/gd32f3x0/Kconfig.defconfig.series b/soc/gd/gd32/gd32f3x0/Kconfig.defconfig.series similarity index 100% rename from soc/gd_gd32/gd32f3x0/Kconfig.defconfig.series rename to soc/gd/gd32/gd32f3x0/Kconfig.defconfig.series diff --git a/soc/gd_gd32/gd32f3x0/Kconfig.soc b/soc/gd/gd32/gd32f3x0/Kconfig.soc similarity index 100% rename from soc/gd_gd32/gd32f3x0/Kconfig.soc rename to soc/gd/gd32/gd32f3x0/Kconfig.soc diff --git a/soc/gd_gd32/gd32f3x0/gd32_regs.h b/soc/gd/gd32/gd32f3x0/gd32_regs.h similarity index 100% rename from soc/gd_gd32/gd32f3x0/gd32_regs.h rename to soc/gd/gd32/gd32f3x0/gd32_regs.h diff --git a/soc/gd_gd32/gd32f3x0/soc.c b/soc/gd/gd32/gd32f3x0/soc.c similarity index 100% rename from soc/gd_gd32/gd32f3x0/soc.c rename to soc/gd/gd32/gd32f3x0/soc.c diff --git a/soc/gd_gd32/gd32f3x0/soc.h b/soc/gd/gd32/gd32f3x0/soc.h similarity index 100% rename from soc/gd_gd32/gd32f3x0/soc.h rename to soc/gd/gd32/gd32f3x0/soc.h diff --git a/soc/gd_gd32/gd32f403/CMakeLists.txt b/soc/gd/gd32/gd32f403/CMakeLists.txt similarity index 100% rename from soc/gd_gd32/gd32f403/CMakeLists.txt rename to soc/gd/gd32/gd32f403/CMakeLists.txt diff --git a/soc/gd_gd32/gd32f403/Kconfig b/soc/gd/gd32/gd32f403/Kconfig similarity index 100% rename from soc/gd_gd32/gd32f403/Kconfig rename to soc/gd/gd32/gd32f403/Kconfig diff --git a/soc/gd_gd32/gd32f403/Kconfig.defconfig.gd32f403 b/soc/gd/gd32/gd32f403/Kconfig.defconfig.gd32f403 similarity index 100% rename from soc/gd_gd32/gd32f403/Kconfig.defconfig.gd32f403 rename to soc/gd/gd32/gd32f403/Kconfig.defconfig.gd32f403 diff --git a/soc/gd_gd32/gd32f403/Kconfig.defconfig.series b/soc/gd/gd32/gd32f403/Kconfig.defconfig.series similarity index 100% rename from soc/gd_gd32/gd32f403/Kconfig.defconfig.series rename to soc/gd/gd32/gd32f403/Kconfig.defconfig.series diff --git a/soc/gd_gd32/gd32f403/Kconfig.soc b/soc/gd/gd32/gd32f403/Kconfig.soc similarity index 100% rename from soc/gd_gd32/gd32f403/Kconfig.soc rename to soc/gd/gd32/gd32f403/Kconfig.soc diff --git a/soc/gd_gd32/gd32f403/gd32_regs.h b/soc/gd/gd32/gd32f403/gd32_regs.h similarity index 100% rename from soc/gd_gd32/gd32f403/gd32_regs.h rename to soc/gd/gd32/gd32f403/gd32_regs.h diff --git a/soc/gd_gd32/gd32f403/soc.c b/soc/gd/gd32/gd32f403/soc.c similarity index 100% rename from soc/gd_gd32/gd32f403/soc.c rename to soc/gd/gd32/gd32f403/soc.c diff --git a/soc/gd_gd32/gd32f403/soc.h b/soc/gd/gd32/gd32f403/soc.h similarity index 100% rename from soc/gd_gd32/gd32f403/soc.h rename to soc/gd/gd32/gd32f403/soc.h diff --git a/soc/gd_gd32/gd32f4xx/CMakeLists.txt b/soc/gd/gd32/gd32f4xx/CMakeLists.txt similarity index 100% rename from soc/gd_gd32/gd32f4xx/CMakeLists.txt rename to soc/gd/gd32/gd32f4xx/CMakeLists.txt diff --git a/soc/gd_gd32/gd32f4xx/Kconfig b/soc/gd/gd32/gd32f4xx/Kconfig similarity index 100% rename from soc/gd_gd32/gd32f4xx/Kconfig rename to soc/gd/gd32/gd32f4xx/Kconfig diff --git a/soc/gd_gd32/gd32f4xx/Kconfig.defconfig.gd32f405 b/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f405 similarity index 100% rename from soc/gd_gd32/gd32f4xx/Kconfig.defconfig.gd32f405 rename to soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f405 diff --git a/soc/gd_gd32/gd32f4xx/Kconfig.defconfig.gd32f407 b/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f407 similarity index 100% rename from soc/gd_gd32/gd32f4xx/Kconfig.defconfig.gd32f407 rename to soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f407 diff --git a/soc/gd_gd32/gd32f4xx/Kconfig.defconfig.gd32f450 b/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f450 similarity index 100% rename from soc/gd_gd32/gd32f4xx/Kconfig.defconfig.gd32f450 rename to soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f450 diff --git a/soc/gd_gd32/gd32f4xx/Kconfig.defconfig.gd32f470 b/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f470 similarity index 100% rename from soc/gd_gd32/gd32f4xx/Kconfig.defconfig.gd32f470 rename to soc/gd/gd32/gd32f4xx/Kconfig.defconfig.gd32f470 diff --git a/soc/gd_gd32/gd32f4xx/Kconfig.defconfig.series b/soc/gd/gd32/gd32f4xx/Kconfig.defconfig.series similarity index 100% rename from soc/gd_gd32/gd32f4xx/Kconfig.defconfig.series rename to soc/gd/gd32/gd32f4xx/Kconfig.defconfig.series diff --git a/soc/gd_gd32/gd32f4xx/Kconfig.soc b/soc/gd/gd32/gd32f4xx/Kconfig.soc similarity index 100% rename from soc/gd_gd32/gd32f4xx/Kconfig.soc rename to soc/gd/gd32/gd32f4xx/Kconfig.soc diff --git a/soc/gd_gd32/gd32f4xx/gd32_regs.h b/soc/gd/gd32/gd32f4xx/gd32_regs.h similarity index 100% rename from soc/gd_gd32/gd32f4xx/gd32_regs.h rename to soc/gd/gd32/gd32f4xx/gd32_regs.h diff --git a/soc/gd_gd32/gd32f4xx/soc.c b/soc/gd/gd32/gd32f4xx/soc.c similarity index 100% rename from soc/gd_gd32/gd32f4xx/soc.c rename to soc/gd/gd32/gd32f4xx/soc.c diff --git a/soc/gd_gd32/gd32f4xx/soc.h b/soc/gd/gd32/gd32f4xx/soc.h similarity index 100% rename from soc/gd_gd32/gd32f4xx/soc.h rename to soc/gd/gd32/gd32f4xx/soc.h diff --git a/soc/gd_gd32/gd32l23x/CMakeLists.txt b/soc/gd/gd32/gd32l23x/CMakeLists.txt similarity index 100% rename from soc/gd_gd32/gd32l23x/CMakeLists.txt rename to soc/gd/gd32/gd32l23x/CMakeLists.txt diff --git a/soc/gd_gd32/gd32l23x/Kconfig b/soc/gd/gd32/gd32l23x/Kconfig similarity index 100% rename from soc/gd_gd32/gd32l23x/Kconfig rename to soc/gd/gd32/gd32l23x/Kconfig diff --git a/soc/gd_gd32/gd32l23x/Kconfig.defconfig.gd32l233 b/soc/gd/gd32/gd32l23x/Kconfig.defconfig.gd32l233 similarity index 100% rename from soc/gd_gd32/gd32l23x/Kconfig.defconfig.gd32l233 rename to soc/gd/gd32/gd32l23x/Kconfig.defconfig.gd32l233 diff --git a/soc/gd_gd32/gd32l23x/Kconfig.defconfig.series b/soc/gd/gd32/gd32l23x/Kconfig.defconfig.series similarity index 100% rename from soc/gd_gd32/gd32l23x/Kconfig.defconfig.series rename to soc/gd/gd32/gd32l23x/Kconfig.defconfig.series diff --git a/soc/gd_gd32/gd32l23x/Kconfig.soc b/soc/gd/gd32/gd32l23x/Kconfig.soc similarity index 100% rename from soc/gd_gd32/gd32l23x/Kconfig.soc rename to soc/gd/gd32/gd32l23x/Kconfig.soc diff --git a/soc/gd_gd32/gd32l23x/gd32_regs.h b/soc/gd/gd32/gd32l23x/gd32_regs.h similarity index 100% rename from soc/gd_gd32/gd32l23x/gd32_regs.h rename to soc/gd/gd32/gd32l23x/gd32_regs.h diff --git a/soc/gd_gd32/gd32l23x/soc.c b/soc/gd/gd32/gd32l23x/soc.c similarity index 100% rename from soc/gd_gd32/gd32l23x/soc.c rename to soc/gd/gd32/gd32l23x/soc.c diff --git a/soc/gd_gd32/gd32l23x/soc.h b/soc/gd/gd32/gd32l23x/soc.h similarity index 100% rename from soc/gd_gd32/gd32l23x/soc.h rename to soc/gd/gd32/gd32l23x/soc.h diff --git a/soc/gd_gd32/gd32vf103/CMakeLists.txt b/soc/gd/gd32/gd32vf103/CMakeLists.txt similarity index 100% rename from soc/gd_gd32/gd32vf103/CMakeLists.txt rename to soc/gd/gd32/gd32vf103/CMakeLists.txt diff --git a/soc/gd_gd32/gd32vf103/Kconfig b/soc/gd/gd32/gd32vf103/Kconfig similarity index 100% rename from soc/gd_gd32/gd32vf103/Kconfig rename to soc/gd/gd32/gd32vf103/Kconfig diff --git a/soc/gd_gd32/gd32vf103/Kconfig.defconfig.gd32vf103 b/soc/gd/gd32/gd32vf103/Kconfig.defconfig.gd32vf103 similarity index 100% rename from soc/gd_gd32/gd32vf103/Kconfig.defconfig.gd32vf103 rename to soc/gd/gd32/gd32vf103/Kconfig.defconfig.gd32vf103 diff --git a/soc/gd_gd32/gd32vf103/Kconfig.defconfig.series b/soc/gd/gd32/gd32vf103/Kconfig.defconfig.series similarity index 100% rename from soc/gd_gd32/gd32vf103/Kconfig.defconfig.series rename to soc/gd/gd32/gd32vf103/Kconfig.defconfig.series diff --git a/soc/gd_gd32/gd32vf103/Kconfig.soc b/soc/gd/gd32/gd32vf103/Kconfig.soc similarity index 100% rename from soc/gd_gd32/gd32vf103/Kconfig.soc rename to soc/gd/gd32/gd32vf103/Kconfig.soc diff --git a/soc/gd_gd32/gd32vf103/entry.S b/soc/gd/gd32/gd32vf103/entry.S similarity index 100% rename from soc/gd_gd32/gd32vf103/entry.S rename to soc/gd/gd32/gd32vf103/entry.S diff --git a/soc/gd_gd32/gd32vf103/gd32_regs.h b/soc/gd/gd32/gd32vf103/gd32_regs.h similarity index 100% rename from soc/gd_gd32/gd32vf103/gd32_regs.h rename to soc/gd/gd32/gd32vf103/gd32_regs.h diff --git a/soc/gd_gd32/gd32vf103/init.ld b/soc/gd/gd32/gd32vf103/init.ld similarity index 100% rename from soc/gd_gd32/gd32vf103/init.ld rename to soc/gd/gd32/gd32vf103/init.ld diff --git a/soc/gd_gd32/gd32vf103/nuclei_csr.h b/soc/gd/gd32/gd32vf103/nuclei_csr.h similarity index 100% rename from soc/gd_gd32/gd32vf103/nuclei_csr.h rename to soc/gd/gd32/gd32vf103/nuclei_csr.h diff --git a/soc/gd_gd32/gd32vf103/soc.c b/soc/gd/gd32/gd32vf103/soc.c similarity index 100% rename from soc/gd_gd32/gd32vf103/soc.c rename to soc/gd/gd32/gd32vf103/soc.c diff --git a/soc/gd_gd32/soc.yml b/soc/gd/gd32/soc.yml similarity index 100% rename from soc/gd_gd32/soc.yml rename to soc/gd/gd32/soc.yml