[Backport v4.4-branch] dts: arm: stm32wba: add interrupts for bt_hci_wba and ieee802154 nodes#110341
Open
vtardy-st wants to merge 5 commits into
Open
Conversation
Add interrupt-parent and interrupt-names into the bt_hci_wba and ieee802154 nodes. Signed-off-by: Vincent Tardy <vincent.tardy@st.com> (cherry picked from commit 7dc5a0f)
Define IRQs numbers for bt_hci_wba and ieee802154 nodes. The IRQs are the same for both nodes. Signed-off-by: Vincent Tardy <vincent.tardy@st.com> (cherry picked from commit 4028255)
erwango
requested changes
Jun 3, 2026
|
|
||
| &bt_hci_wba { | ||
| status = "disabled"; | ||
| }; |
Contributor
Author
There was a problem hiding this comment.
This code has been removed and a new commit has been added to move bt and ieee802154 nodes definition from stm32wba.dtsi to stm32wba52.dtsi
The bt and ieee802154 are only supported on stm32wba5 and stm32wba6. So, the bt and ieee802154 nodes definition is moved from stm32wba.dtsi to stm32wba52.dtsi Signed-off-by: Vincent Tardy <vincent.tardy@st.com>
Add radio interrupt and radio SW Low interrupt for the nucleo wba board. The radio SW Low interrupt is mapped on the unused HASH interrupt. In case of HASH interrupt is used, this setting shall be changed. Signed-off-by: Vincent Tardy <vincent.tardy@st.com> (cherry picked from commit 7910e27)
…odes Use the interrupts properties from bt and ieee802154 nodes. Signed-off-by: Vincent Tardy <vincent.tardy@st.com> (cherry picked from commit 49337c6)
1729dd2 to
9c5ce35
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Backport https://github.com/zephyrproject-rtos/zephyr/commit/49337c67a6a0a911d64bcc7d82489194ce0c0d06~4..https://github.com/zephyrproject-rtos/zephyr/commit/49337c67a6a0a911d64bcc7d82489194ce0c0d06 from #107832.
Fixes: #108246
This PR replaces PR #108220
The change in the dts/arm/st/wba/stm32wba23.dtsi in the original commit 4028255 is removed
bt_hci_wba node is disabled in this PR which differs to the original commit 7910e27
Original PR description:
This PR adds 'radio' and 'radio-sw-low' interrupts properties in the bt_hci_wba and ieee802154 nodes for STM32WBAx.
These interrupts properties are used during radio IRQ management.
The 'radio" interrupt is mapped on the dedicated RADIO IRQ while the 'radio-sw-low' interrupt is mapped on an available IRQ (HASH IRQ by default).
This PR is implemented to fix issue observed during compilation based on bluetooth or ieee802154 protocols on STM32WBA55 soc due to CONFIG_NUM_IRQS uncompliant with wireless radio use on STM32WBA55
FYI : @asm5878 , @erwango , @etienne-lms