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

dts: nordic: Add RESETINFO #71609

Merged
merged 2 commits into from
Jun 6, 2024
Merged

Conversation

57300
Copy link
Contributor

@57300 57300 commented Apr 17, 2024

Add devicetree nodes for the Reset Information registers on nRF54H20, along with a new binding.

Add board-level aliases as well.

@57300 57300 requested a review from anangl as a code owner April 17, 2024 11:56
@zephyrbot zephyrbot added area: Devicetree Binding PR modifies or adds a Device Tree binding platform: nRF Nordic nRFx area: Devicetree labels Apr 17, 2024
@zephyrbot zephyrbot requested review from decsny and galak April 17, 2024 11:56
@57300 57300 assigned anangl and unassigned galak Apr 17, 2024
57300 added a commit to 57300/sdk-zephyr that referenced this pull request Apr 17, 2024
Upstream PR: zephyrproject-rtos/zephyr#71609

Add devicetree nodes for the Reset Information registers on nRF54H20,
along with a new binding.

Signed-off-by: Grzegorz Swiderski <[email protected]>
(cherry picked from commit 8fe636b4d583b7f3d119d7e80094e3b5bfa52099)
57300 added a commit to 57300/sdk-zephyr that referenced this pull request Apr 17, 2024
Upstream PR: zephyrproject-rtos/zephyr#71609

Each local RESETINFO instance can be used in samples.

Signed-off-by: Grzegorz Swiderski <[email protected]>
(cherry picked from commit 74627effecb5a9dcb570fd683f1795d310ac372f)
decsny
decsny previously approved these changes Apr 17, 2024

cpuapp_resetinfo: resetinfo@1e000 {
compatible = "nordic,nrf-resetinfo";
reg = <0x1e000 0x1000>;
Copy link
Member

Choose a reason for hiding this comment

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

Could you also add entries in validate_base_addresses.c for these new nodes?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Rebased and added the validate_base_addresses.c entries.

57300 added a commit to 57300/sdk-zephyr that referenced this pull request Apr 25, 2024
Upstream PR: zephyrproject-rtos/zephyr#71609

Add devicetree nodes for the Reset Information registers on nRF54H20,
along with a new binding.

Signed-off-by: Grzegorz Swiderski <[email protected]>
(cherry picked from commit 8fe636b4d583b7f3d119d7e80094e3b5bfa52099)
57300 added a commit to 57300/sdk-zephyr that referenced this pull request Apr 25, 2024
Upstream PR: zephyrproject-rtos/zephyr#71609

Each local RESETINFO instance can be used in samples.

Signed-off-by: Grzegorz Swiderski <[email protected]>
(cherry picked from commit 74627effecb5a9dcb570fd683f1795d310ac372f)
57300 added a commit to 57300/sdk-zephyr that referenced this pull request Apr 30, 2024
Upstream PR: zephyrproject-rtos/zephyr#71609

Add devicetree nodes for the Reset Information registers on nRF54H20,
along with a new binding.

Signed-off-by: Grzegorz Swiderski <[email protected]>
(cherry picked from commit 8fe636b4d583b7f3d119d7e80094e3b5bfa52099)
57300 added a commit to 57300/sdk-zephyr that referenced this pull request Apr 30, 2024
Upstream PR: zephyrproject-rtos/zephyr#71609

Each local RESETINFO instance can be used in samples.

Signed-off-by: Grzegorz Swiderski <[email protected]>
(cherry picked from commit 74627effecb5a9dcb570fd683f1795d310ac372f)
57300 added a commit to 57300/sdk-zephyr that referenced this pull request May 3, 2024
Upstream PR: zephyrproject-rtos/zephyr#71609

Add devicetree nodes for the Reset Information registers on nRF54H20,
along with a new binding.

Signed-off-by: Grzegorz Swiderski <[email protected]>
(cherry picked from commit 8fe636b4d583b7f3d119d7e80094e3b5bfa52099)
57300 added a commit to 57300/sdk-zephyr that referenced this pull request May 3, 2024
Upstream PR: zephyrproject-rtos/zephyr#71609

Each local RESETINFO instance can be used in samples.

Signed-off-by: Grzegorz Swiderski <[email protected]>
(cherry picked from commit 74627effecb5a9dcb570fd683f1795d310ac372f)
57300 added a commit to 57300/sdk-zephyr that referenced this pull request May 8, 2024
Upstream PR: zephyrproject-rtos/zephyr#71609

Add devicetree nodes for the Reset Information registers on nRF54H20,
along with a new binding.

Signed-off-by: Grzegorz Swiderski <[email protected]>
(cherry picked from commit 8fe636b4d583b7f3d119d7e80094e3b5bfa52099)
57300 added a commit to 57300/sdk-zephyr that referenced this pull request May 10, 2024
Upstream PR: zephyrproject-rtos/zephyr#71609

Add devicetree nodes for the Reset Information registers on nRF54H20,
along with a new binding.

Signed-off-by: Grzegorz Swiderski <[email protected]>
(cherry picked from commit 8fe636b4d583b7f3d119d7e80094e3b5bfa52099)
carlescufi pushed a commit to nrfconnect/sdk-zephyr that referenced this pull request May 14, 2024
Upstream PR: zephyrproject-rtos/zephyr#71609

Add devicetree nodes for the Reset Information registers on nRF54H20,
along with a new binding.

Signed-off-by: Grzegorz Swiderski <[email protected]>
(cherry picked from commit 8fe636b4d583b7f3d119d7e80094e3b5bfa52099)
rlubos pushed a commit to rlubos/sdk-zephyr that referenced this pull request May 20, 2024
Upstream PR: zephyrproject-rtos/zephyr#71609

Add devicetree nodes for the Reset Information registers on nRF54H20,
along with a new binding.

Signed-off-by: Grzegorz Swiderski <[email protected]>
Signed-off-by: Robert Lubos <[email protected]>
(cherry picked from commit 8fe636b4d583b7f3d119d7e80094e3b5bfa52099)
(cherry picked from commit a72f221)
rlubos pushed a commit to rlubos/sdk-zephyr that referenced this pull request May 27, 2024
Upstream PR: zephyrproject-rtos/zephyr#71609

Add devicetree nodes for the Reset Information registers on nRF54H20,
along with a new binding.

Signed-off-by: Grzegorz Swiderski <[email protected]>
Signed-off-by: Robert Lubos <[email protected]>
(cherry picked from commit 8fe636b4d583b7f3d119d7e80094e3b5bfa52099)
(cherry picked from commit a72f221)
57300 added 2 commits June 5, 2024 22:39
Add devicetree nodes for the Reset Information registers on nRF54H20,
along with a new binding.

Signed-off-by: Grzegorz Swiderski <[email protected]>
Each local RESETINFO instance can be used in samples.

Signed-off-by: Grzegorz Swiderski <[email protected]>
@henrikbrixandersen henrikbrixandersen merged commit 1f05b22 into zephyrproject-rtos:main Jun 6, 2024
22 checks passed
anangl pushed a commit to anangl/sdk-zephyr that referenced this pull request Jul 1, 2024
Upstream PR: zephyrproject-rtos/zephyr#71609

Add devicetree nodes for the Reset Information registers on nRF54H20,
along with a new binding.

Signed-off-by: Grzegorz Swiderski <[email protected]>
(cherry picked from commit 1c902bc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Devicetree Binding PR modifies or adds a Device Tree binding area: Devicetree platform: nRF Nordic nRFx
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants