Skip to content
Snippets Groups Projects
Commit da4e17f2 authored by Vikas Manocha's avatar Vikas Manocha Committed by Tom Rini
Browse files

ARM: DT: stm32f7: add pin control device node

parent 94d53084
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,14 @@ ...@@ -97,7 +97,14 @@
u-boot,dm-pre-reloc; u-boot,dm-pre-reloc;
}; };
pinctrl: pin-controller {
#address-cells = <1>;
#size-cells = <1>;
compatible = "st,stm32f746-pinctrl";
ranges = <0 0x40020000 0x3000>;
u-boot,dm-pre-reloc;
pins-are-numbered;
};
}; };
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment