diff --git a/boards/arduino/nano_33_ble/arduino_nano_33_ble_sense.dts b/boards/arduino/nano_33_ble/arduino_nano_33_ble_nrf52840_sense.dts similarity index 100% rename from boards/arduino/nano_33_ble/arduino_nano_33_ble_sense.dts rename to boards/arduino/nano_33_ble/arduino_nano_33_ble_nrf52840_sense.dts diff --git a/boards/arduino/nano_33_ble/arduino_nano_33_ble_sense.yaml b/boards/arduino/nano_33_ble/arduino_nano_33_ble_nrf52840_sense.yaml similarity index 100% rename from boards/arduino/nano_33_ble/arduino_nano_33_ble_sense.yaml rename to boards/arduino/nano_33_ble/arduino_nano_33_ble_nrf52840_sense.yaml diff --git a/boards/arduino/nano_33_ble/arduino_nano_33_ble_sense_defconfig b/boards/arduino/nano_33_ble/arduino_nano_33_ble_nrf52840_sense_defconfig similarity index 100% rename from boards/arduino/nano_33_ble/arduino_nano_33_ble_sense_defconfig rename to boards/arduino/nano_33_ble/arduino_nano_33_ble_nrf52840_sense_defconfig diff --git a/boards/firefly/roc_rk3568_pc/roc_rk3568_pc_smp.dts b/boards/firefly/roc_rk3568_pc/roc_rk3568_pc_rk3568_smp.dts similarity index 100% rename from boards/firefly/roc_rk3568_pc/roc_rk3568_pc_smp.dts rename to boards/firefly/roc_rk3568_pc/roc_rk3568_pc_rk3568_smp.dts diff --git a/boards/firefly/roc_rk3568_pc/roc_rk3568_pc_smp.yaml b/boards/firefly/roc_rk3568_pc/roc_rk3568_pc_rk3568_smp.yaml similarity index 100% rename from boards/firefly/roc_rk3568_pc/roc_rk3568_pc_smp.yaml rename to boards/firefly/roc_rk3568_pc/roc_rk3568_pc_rk3568_smp.yaml diff --git a/boards/firefly/roc_rk3568_pc/roc_rk3568_pc_smp_defconfig b/boards/firefly/roc_rk3568_pc/roc_rk3568_pc_rk3568_smp_defconfig similarity index 100% rename from boards/firefly/roc_rk3568_pc/roc_rk3568_pc_smp_defconfig rename to boards/firefly/roc_rk3568_pc/roc_rk3568_pc_rk3568_smp_defconfig diff --git a/boards/phytec/reel_board/reel_board_2-pinctrl.dtsi b/boards/phytec/reel_board/reel_board_nrf52840_2-pinctrl.dtsi similarity index 100% rename from boards/phytec/reel_board/reel_board_2-pinctrl.dtsi rename to boards/phytec/reel_board/reel_board_nrf52840_2-pinctrl.dtsi diff --git a/boards/phytec/reel_board/reel_board_2.overlay b/boards/phytec/reel_board/reel_board_nrf52840_2.overlay similarity index 98% rename from boards/phytec/reel_board/reel_board_2.overlay rename to boards/phytec/reel_board/reel_board_nrf52840_2.overlay index 8da00688fb2bf4..b6652cbf4e8c12 100644 --- a/boards/phytec/reel_board/reel_board_2.overlay +++ b/boards/phytec/reel_board/reel_board_nrf52840_2.overlay @@ -6,7 +6,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -#include "reel_board_2-pinctrl.dtsi" +#include "reel_board_nrf52840_2-pinctrl.dtsi" / { model = "reel board v2"; diff --git a/boards/phytec/reel_board/reel_board_2.yaml b/boards/phytec/reel_board/reel_board_nrf52840_2.yaml similarity index 100% rename from boards/phytec/reel_board/reel_board_2.yaml rename to boards/phytec/reel_board/reel_board_nrf52840_2.yaml diff --git a/boards/qemu/malta/qemu_malta_be.dts b/boards/qemu/malta/qemu_malta_qemu_malta_be.dts similarity index 100% rename from boards/qemu/malta/qemu_malta_be.dts rename to boards/qemu/malta/qemu_malta_qemu_malta_be.dts diff --git a/boards/qemu/malta/qemu_malta_be.yaml b/boards/qemu/malta/qemu_malta_qemu_malta_be.yaml similarity index 100% rename from boards/qemu/malta/qemu_malta_be.yaml rename to boards/qemu/malta/qemu_malta_qemu_malta_be.yaml diff --git a/boards/qemu/malta/qemu_malta_be_defconfig b/boards/qemu/malta/qemu_malta_qemu_malta_be_defconfig similarity index 100% rename from boards/qemu/malta/qemu_malta_be_defconfig rename to boards/qemu/malta/qemu_malta_qemu_malta_be_defconfig diff --git a/boards/seagate/legend/legend_25hdd.overlay b/boards/seagate/legend/legend_25hdd.overlay deleted file mode 100644 index f4ab4af03e6608..00000000000000 --- a/boards/seagate/legend/legend_25hdd.overlay +++ /dev/null @@ -1,56 +0,0 @@ -/* - * Copyright (c) 2021 Seagate Technology LLC - * - * SPDX-License-Identifier: Apache-2.0 - */ - -/ { - model = "Seagate Legend 2.5 HDD board"; - compatible = "legend25_hdd", "seagate,legend25_hdd"; - - aliases { - pwm-led0 = &pwm_led0; - led-strip = &led_strip_spi; - }; - - led_pwm: pwmleds { - compatible = "pwm-leds"; - label = "LED PWM"; - - pwm_led0: pwm_led_0 { - label = "Activity LED"; - pwms = <&pwm3 3 PWM_MSEC(20) PWM_POLARITY_NORMAL>; - }; - }; -}; - -&clk_hsi { - status = "okay"; -}; - -&pll { - clocks = <&clk_hsi>; - prediv = <1>; - mul = <6>; - status = "okay"; -}; - -&rcc { - clocks = <&pll>; - clock-frequency = ; - ahb-prescaler = <1>; - apb1-prescaler = <1>; -}; - -&led_strip_spi { - chain-length = <6>; - status = "okay"; -}; - -&timers3 { - status = "okay"; -}; - -&pwm3 { - status = "okay"; -}; diff --git a/boards/seagate/legend/legend_25ssd.overlay b/boards/seagate/legend/legend_25ssd.overlay deleted file mode 100644 index 2f0f4d19baf7ca..00000000000000 --- a/boards/seagate/legend/legend_25ssd.overlay +++ /dev/null @@ -1,42 +0,0 @@ -/* - * Copyright (c) 2021 Seagate Technology LLC - * - * SPDX-License-Identifier: Apache-2.0 - */ - -/ { - model = "Seagate Legend 2.5 SSD board"; - compatible = "legend25_ssd", "seagate,legend25_ssd"; - - aliases { - led-strip = &led_strip_spi; - }; -}; - -&clk_hse { - clock-frequency = ; /* 24MHz external clock */ - status = "okay"; -}; - -&pll { - clocks = <&clk_hse>; - prediv = <1>; - mul = <2>; - status = "okay"; -}; - -&rcc { - clocks = <&pll>; - clock-frequency = ; - ahb-prescaler = <1>; - apb1-prescaler = <1>; -}; - -&led_strip_spi { - chain-length = <4>; - status = "okay"; -}; - -&usb { - status = "okay"; -}; diff --git a/boards/seagate/legend/legend_35.overlay b/boards/seagate/legend/legend_35.overlay deleted file mode 100644 index 3568bf7c31d509..00000000000000 --- a/boards/seagate/legend/legend_35.overlay +++ /dev/null @@ -1,62 +0,0 @@ -/* - * Copyright (c) 2021 Seagate Technology LLC - * - * SPDX-License-Identifier: Apache-2.0 - */ - -/ { - model = "Seagate Legend 3.5 board"; - compatible = "legend35", "seagate,legend35"; - - aliases { - pwm-led0 = &pwm_led0; - led-strip = &led_strip_spi; - }; - - led_pwm: pwmleds { - compatible = "pwm-leds"; - label = "LED PWM"; - - pwm_led0: pwm_led_0 { - label = "Activity LED"; - pwms = <&pwm3 3 PWM_MSEC(20) PWM_POLARITY_NORMAL>; - }; - }; -}; - -&clk_hse { - clock-frequency = ; /* 24MHz external clock */ - status = "okay"; -}; - -&pll { - clocks = <&clk_hse>; - prediv = <1>; - mul = <2>; - status = "okay"; -}; - -&rcc { - clocks = <&pll>; - clock-frequency = ; - ahb-prescaler = <1>; - apb1-prescaler = <1>; -}; - -&led_strip_spi { - chain-length = <12>; - status = "okay"; -}; - - -&timers3 { - status = "okay"; -}; - -&pwm3 { - status = "okay"; -}; - -&usb { - status = "okay"; -}; diff --git a/boards/seagate/legend/legend_defconfig b/boards/seagate/legend/legend_defconfig index ea154a33518612..8bb683ce992eb3 100644 --- a/boards/seagate/legend/legend_defconfig +++ b/boards/seagate/legend/legend_defconfig @@ -1,11 +1,10 @@ # SPDX-License-Identifier: Apache-2.0 -# Zephyr Kernel Configuration -# Platform Configuration # Serial Drivers CONFIG_SERIAL=y CONFIG_UART_INTERRUPT_DRIVEN=y -# enable console + +# Enable console CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y @@ -15,5 +14,5 @@ CONFIG_GPIO=y # Clock Control CONFIG_CLOCK_CONTROL=y -# enable pin controller +# Enable pin controller CONFIG_PINCTRL=y diff --git a/boards/seagate/legend/legend_25hdd.yaml b/boards/seagate/legend/legend_stm32f070xb_25hdd.yaml similarity index 100% rename from boards/seagate/legend/legend_25hdd.yaml rename to boards/seagate/legend/legend_stm32f070xb_25hdd.yaml diff --git a/boards/seagate/legend/legend_25ssd.yaml b/boards/seagate/legend/legend_stm32f070xb_25ssd.yaml similarity index 100% rename from boards/seagate/legend/legend_25ssd.yaml rename to boards/seagate/legend/legend_stm32f070xb_25ssd.yaml diff --git a/boards/seagate/legend/legend_35.yaml b/boards/seagate/legend/legend_stm32f070xb_35.yaml similarity index 100% rename from boards/seagate/legend/legend_35.yaml rename to boards/seagate/legend/legend_stm32f070xb_35.yaml diff --git a/boards/st/stm32f411e_disco/stm32f411e_disco_B.overlay b/boards/st/stm32f411e_disco/stm32f411e_disco_stm32f411xe_B.overlay similarity index 100% rename from boards/st/stm32f411e_disco/stm32f411e_disco_B.overlay rename to boards/st/stm32f411e_disco/stm32f411e_disco_stm32f411xe_B.overlay diff --git a/boards/st/stm32f411e_disco/stm32f411e_disco_B.yaml b/boards/st/stm32f411e_disco/stm32f411e_disco_stm32f411xe_B.yaml similarity index 100% rename from boards/st/stm32f411e_disco/stm32f411e_disco_B.yaml rename to boards/st/stm32f411e_disco/stm32f411e_disco_stm32f411xe_B.yaml diff --git a/boards/st/stm32f411e_disco/stm32f411e_disco_D.yaml b/boards/st/stm32f411e_disco/stm32f411e_disco_stm32f411xe_D.yaml similarity index 100% rename from boards/st/stm32f411e_disco/stm32f411e_disco_D.yaml rename to boards/st/stm32f411e_disco/stm32f411e_disco_stm32f411xe_D.yaml