We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in the file: zephyr/dts/arm/st/stm32f1.dtsi:
pinctrl: pin-controller { compatible = "st,stm32-pinmux"; #address-cells = <1>; #size-cells = <1>; reg = <0x40018000 0x1C00>; };
the right base address is 0x40010800 , not 0x40018000
The text was updated successfully, but these errors were encountered:
dts: stm32f1: Fix pinctrl node base address
3e798c1
Fixes: zephyrproject-rtos#5085 Signed-off-by: Yannis Damigos <[email protected]>
ba50292
Fixes: #5085 Signed-off-by: Yannis Damigos <[email protected]>
No branches or pull requests
in the file: zephyr/dts/arm/st/stm32f1.dtsi:
the right base address is 0x40010800 , not 0x40018000
The text was updated successfully, but these errors were encountered: