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
15 changes: 15 additions & 0 deletions boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m4.dts
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,28 @@

#include <infineon/cat1a/legacy/psoc6_cm4.dtsi>
#include "cy8ckit_062_ble_common.dtsi"
#include "cy8ckit_062_ble_cy8c6347-pinctrl.dtsi"

/ {
model = "Cypress PSoC6 BLE Pioneer Kit";
compatible = "cypress,cy8c6xx7_cm4", "cypress,psoc6";

aliases {
uart-6 = &uart6;
};

chosen {
zephyr,sram = &sram2;
zephyr,flash = &flash1;
zephyr,console = &uart6;
zephyr,shell-uart = &uart6;
};
};

&uart6 {
status = "okay";
current-speed = <115200>;

pinctrl-0 = <&p13_0_scb6_uart_rx &p13_1_scb6_uart_tx>;
pinctrl-names = "default";
};

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ CONFIG_UART_CONSOLE=y
# Enable UART driver
CONFIG_SERIAL=y

# Enable GPIO driver
CONFIG_GPIO=y

# Enable clock controller
CONFIG_CLOCK_CONTROL=y

Expand Down
3 changes: 0 additions & 3 deletions boards/infineon/cy8cproto_063_ble/cy8cproto_063_ble_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ CONFIG_UART_CONSOLE=y
# Enable UART driver
CONFIG_SERIAL=y

# Enable GPIO
CONFIG_GPIO=y

# Enable clock controller
CONFIG_CLOCK_CONTROL=y

Expand Down
3 changes: 0 additions & 3 deletions boards/infineon/cyw920829m2evk_02/cyw920829m2evk_02_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ CONFIG_UART_CONSOLE=y
# Enable UART driver
CONFIG_SERIAL=y

# Enable GPIO driver
CONFIG_GPIO=y

# Enable clock controller
CONFIG_CLOCK_CONTROL=y

Expand Down
1 change: 1 addition & 0 deletions drivers/spi/Kconfig.ifx_cat1
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ config SPI_INFINEON_CAT1
depends on DT_HAS_INFINEON_CAT1_SPI_ENABLED
select USE_INFINEON_SPI
select PINCTRL
select GPIO
help
This option enables the SPI driver for Infineon CAT1 family.
1 change: 1 addition & 0 deletions drivers/wifi/infineon/Kconfig.airoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ menuconfig WIFI_AIROC
select NET_L2_WIFI_MGMT
select SDIO_STACK
select SDHC
select GPIO
select WIFI_USE_NATIVE_NETWORKING
select USE_INFINEON_ABSTRACTION_RTOS
depends on DT_HAS_INFINEON_AIROC_WIFI_ENABLED
Expand Down
Loading