GPIOZ Missing in stm32mp157.dtsi #48331
Unanswered
georgenyarangi-eaton
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Unfortunately STM32 GPIO driver would require some changes to support a GPIO Z port. zephyr/drivers/gpio/gpio_stm32.c Lines 782 to 789 in 3b5590a Few other changes would be required to dt-bindings/pinctrl/stm32-pinctrl-common.h |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It looks like gpioz is missing from the pinctrl in stm32mpl157.dtsi
When I try add it in an overlay file as such:
and reference it in the root node as such:
I get an undefined reference linker error when trying to use the
green-status-led
alias in my application:c:/arm-embedded/gcc-arm-none-eabi-10.3-2021.07/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe: app/libapp.a(main.cpp.obj):(.rodata._ZL14green_led_spec+0x0): undefined reference to
__device_dts_ord_19'`Note that the
codec-reset-line
works just fine. Also, I do have a yaml file formmplus_io
.Beta Was this translation helpful? Give feedback.
All reactions