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

bug: dts: stm32f1: wrong pinctrl base address #5085

Closed
qianfan-Zhao opened this issue Nov 21, 2017 · 0 comments
Closed

bug: dts: stm32f1: wrong pinctrl base address #5085

qianfan-Zhao opened this issue Nov 21, 2017 · 0 comments
Labels
bug The issue is a bug, or the PR is fixing a bug

Comments

@qianfan-Zhao
Copy link
Collaborator

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

ydamigos added a commit to ydamigos/zephyr that referenced this issue Nov 21, 2017
Fixes: zephyrproject-rtos#5085

Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
@nashif nashif added the bug The issue is a bug, or the PR is fixing a bug label Nov 21, 2017
nashif pushed a commit that referenced this issue Nov 21, 2017
Fixes: #5085

Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

No branches or pull requests

2 participants