-
Notifications
You must be signed in to change notification settings - Fork 1.4k
sdp: vio pins dependent on overlay #20806
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
sdp: vio pins dependent on overlay #20806
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: cba650a1de55b5a4901c005843e3166cb9fa8b10 more detailssdk-nrf:
Github labels
List of changed files detected by CI (3)Outputs:ToolchainVersion: 4ffa2202d5 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
6acb669 to
8a8cbd2
Compare
680c291 to
584559b
Compare
|
You can find the documentation preview for this PR here. |
584559b to
4dca9a6
Compare
b9b67b3 to
49771f9
Compare
|
Add saving clock VIO pin on FLPR side, so that it wouldn't use a define from nrfe_mspi.h. Signed-off-by: Magdalena Pastula <[email protected]>
Add checking pin assignment from DTS to make sure that no CS pin overlaps with any data pin and that there are enough pins defined for selected mode. Signed-off-by: Magdalena Pastula <[email protected]>
Make number of pins sent in pinctrl config to FLPR dependable on number of pins defined in DTS pinctrl. Signed-off-by: Magdalena Pastula <[email protected]>
49771f9 to
cba650a
Compare



It still needs some testing but can be reviewed already.Needs the revert commit from #20807 to be able to switch to QUAD mode (not enough pins declared in DTS).