Skip to content

Conversation

nordicjm
Copy link
Contributor

dts: vendor: nordic: Add missing reg parameters

Adds missing reg parameters to DTS nodes


boards: nordic: Remove invalid mxicy compatible

This compatible does not exist


boards: nordic: nrf54l15dk: Fix cpuflpr SRAM address

Fixes the address of this peripheral

nordicjm added 3 commits July 14, 2025 13:20
Adds missing reg parameters to DTS nodes

Signed-off-by: Jamie McCrae <[email protected]>
This compatible does not exist

Signed-off-by: Jamie McCrae <[email protected]>
Fixes the address of this peripheral

Signed-off-by: Jamie McCrae <[email protected]>

mx25uw63: mx25uw6345g@0 {
compatible = "mxicy,mx25u", "jedec,mspi-nor";
compatible = "jedec,mspi-nor";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The compatible needs to stay, quirks in mspi_nor driver depend on it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

then a compatible binding needs to be created

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and actually that isn't even right, it should be doing what the spi_nor driver does with flags: https://github.com/zephyrproject-rtos/zephyr/blob/main/dts/bindings/mtd/jedec%2Cspi-nor-common.yaml#L93

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opened an issue about this: #93135

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anangl please weigh in

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any update on this please?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed in #96701.

Removes compatible strings that were not defined and are not needed

Signed-off-by: Jamie McCrae <[email protected]>
Copy link

Copy link
Contributor

@kylebonnici kylebonnici left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My approval implies that the changes requested by the vscode team were done. But we do not have scope and knowledge to determine any side effects. Please make sure someone who knows how these files are used in the SDK by apps and customers; also reviews these changes

@carlescufi
Copy link
Member

@nordicjm should we close this now?

@nordicjm
Copy link
Contributor Author

nordicjm commented Oct 2, 2025

mx25 parts moved to #96701

@nordicjm nordicjm closed this Oct 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: nRF Nordic nRFx
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants