Skip to content
Open
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
10 changes: 4 additions & 6 deletions boards/st/nucleo_wba25ce1/nucleo_wba25ce1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
leds: leds {
compatible = "gpio-leds";

/* Pin muxing conflict with ADC4 */
blue_led_1: led_0 {
gpios = <&gpioa 7 GPIO_ACTIVE_LOW>;
label = "User LD1";
Expand Down Expand Up @@ -148,17 +147,16 @@
};

&adc4 {
/* Pin muxing conflict with LED1, disabled by default */
pinctrl-0 = <&adc4_in2_pa7>;
pinctrl-0 = <&adc4_in8_pa1>;
pinctrl-names = "default";
st,adc-clock-source = "ASYNC";
st,adc-prescaler = <4>;
status = "disabled";
status = "okay";
};

&die_temp {
/* keep disabled if adc4 is disabled */
status = "disabled";
/* Disable the node if adc4 is disabled */
status = "okay";
};

&timers2 {
Expand Down
1 change: 1 addition & 0 deletions boards/st/nucleo_wba25ce1/nucleo_wba25ce1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ supported:
- rtc
- spi
- watchdog
- bluetooth
ram: 64
flash: 512
vendor: st
2 changes: 2 additions & 0 deletions dts/arm/st/wba/stm32wba23.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@
};

bt_hci_wba: bt_hci_wba {
interrupt-parent = <&nvic>;
interrupts = <60 0>;
interrupt-names = "radio";
};

ieee802154: ieee802154 {
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ manifest:
groups:
- hal
- name: hal_stm32
revision: 686cf2ddd51f38f7c581afc7721235d777975741
revision: pull/364/head
path: modules/hal/stm32
groups:
- hal
Expand Down
Loading