Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: drivers: gpio: gpio_basic_api: Add nrf54h20dk overlays #72557

Merged
merged 2 commits into from
May 28, 2024

Conversation

nordic-krch
Copy link
Contributor

Add overlays for nrf54h20dk_nrf54h20 cpuapp and cpurad.

nordic-krch added a commit to nordic-krch/fw-nrfconnect-zephyr that referenced this pull request May 10, 2024
Add overlays for nrf54h20dk_nrf54h20 cpuapp and cpurad.

Upstream PR: zephyrproject-rtos/zephyr#72557

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
nordic-krch added a commit to nordic-krch/fw-nrfconnect-zephyr that referenced this pull request May 10, 2024
Add overlays for nrf54h20dk_nrf54h20 cpuapp and cpurad.

Upstream PR: zephyrproject-rtos/zephyr#72557

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
@zephyrbot zephyrbot added the platform: nRF Nordic nRFx label May 10, 2024
@zephyrbot zephyrbot requested a review from hubertmis May 10, 2024 12:46
nordic-krch added a commit to nordic-krch/fw-nrfconnect-zephyr that referenced this pull request May 10, 2024
On SoC like nrf54h20 GPIOTE channels are split between cores. They
are reserved at compile time in devicetree. We need to ensure that
dynamically allocated channels are used only from pool assigned to
the given core. This is done using NRFX_GPIOTEx_CHANNELS_USED mask
which contains data from the device tree.

Upstream PR: zephyrproject-rtos/zephyr#72557

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
nordic-krch added a commit to nordic-krch/fw-nrfconnect-zephyr that referenced this pull request May 10, 2024
Add overlays for nrf54h20dk_nrf54h20 cpuapp and cpurad.

Upstream PR: zephyrproject-rtos/zephyr#72557

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
@hubertmis hubertmis removed their request for review May 10, 2024 13:54
nordic-krch added a commit to nordic-krch/fw-nrfconnect-zephyr that referenced this pull request May 17, 2024
On SoC like nrf54h20 GPIOTE channels are split between cores. They
are reserved at compile time in devicetree. We need to ensure that
dynamically allocated channels are used only from pool assigned to
the given core. This is done using NRFX_GPIOTEx_CHANNELS_USED mask
which contains data from the device tree.

Upstream PR: zephyrproject-rtos/zephyr#72557

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
nordic-krch added a commit to nordic-krch/fw-nrfconnect-zephyr that referenced this pull request May 17, 2024
Add overlays for nrf54h20dk_nrf54h20 cpuapp and cpurad.

Upstream PR: zephyrproject-rtos/zephyr#72557

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
nika-nordic
nika-nordic previously approved these changes May 17, 2024
modules/hal_nordic/nrfx/nrfx_glue.h Outdated Show resolved Hide resolved
nordic-krch added a commit to nordic-krch/fw-nrfconnect-zephyr that referenced this pull request May 23, 2024
On SoC like nrf54h20 GPIOTE channels are split between cores. They
are reserved at compile time in devicetree. We need to ensure that
dynamically allocated channels are used only from pool assigned to
the given core. This is done using NRFX_GPIOTEx_CHANNELS_USED mask
which contains data from the device tree.

Upstream PR: zephyrproject-rtos/zephyr#72557

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
nordic-krch added a commit to nordic-krch/fw-nrfconnect-zephyr that referenced this pull request May 23, 2024
Add overlays for nrf54h20dk_nrf54h20 cpuapp and cpurad.

Upstream PR: zephyrproject-rtos/zephyr#72557

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
nordic-krch added a commit to nordic-krch/fw-nrfconnect-zephyr that referenced this pull request May 24, 2024
On SoC like nrf54h20 GPIOTE channels are split between cores. They
are reserved at compile time in devicetree. We need to ensure that
dynamically allocated channels are used only from pool assigned to
the given core. This is done using NRFX_GPIOTEx_CHANNELS_USED mask
which contains data from the device tree.

Upstream PR: zephyrproject-rtos/zephyr#72557

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
nordic-krch added a commit to nordic-krch/fw-nrfconnect-zephyr that referenced this pull request May 24, 2024
Add overlays for nrf54h20dk_nrf54h20 cpuapp and cpurad.

Upstream PR: zephyrproject-rtos/zephyr#72557

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
@nordic-krch nordic-krch force-pushed the nrf54h_gpio branch 2 times, most recently from cc8719d to d9384cb Compare May 25, 2024 05:37
nordic-krch added a commit to nordic-krch/zephyr that referenced this pull request May 27, 2024
On SoC like nrf54h20 GPIOTE channels are split between cores. They
are reserved at compile time in devicetree. We need to ensure that
dynamically allocated channels are used only from pool assigned to
the given core. This is done using NRFX_GPIOTEx_CHANNELS_USED mask
which contains data from the device tree.

Upstream PR: zephyrproject-rtos#72557

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
nordic-krch added a commit to nordic-krch/zephyr that referenced this pull request May 27, 2024
Add overlays for nrf54h20dk_nrf54h20 cpuapp and cpurad.

Upstream PR: zephyrproject-rtos#72557

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
modules/hal_nordic/nrfx/nrfx_glue.h Outdated Show resolved Hide resolved
modules/hal_nordic/nrfx/nrfx_glue.h Outdated Show resolved Hide resolved
On SoC like nrf54h20 GPIOTE channels are split between cores. They
are reserved at compile time in devicetree. We need to ensure that
dynamically allocated channels are used only from pool assigned to
the given core. This is done using NRFX_GPIOTE130_CHANNELS_USED mask
which contains data from the device tree.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
Add overlays for nrf54h20dk_nrf54h20 cpuapp and cpurad.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
@henrikbrixandersen henrikbrixandersen merged commit 4a61fa3 into zephyrproject-rtos:main May 28, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants