Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions dts/common/nordic/nrf54lm20a.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -805,19 +805,19 @@
#address-cells = <1>;
#size-cells = <1>;

gpregret1: gpregret1@51c {
gpregret1: gpregret1@500 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "nordic,nrf-gpregret";
reg = <0x51c 0x1>;
reg = <0x500 0x1>;
status = "disabled";
};

gpregret2: gpregret2@520 {
gpregret2: gpregret2@504 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "nordic,nrf-gpregret";
reg = <0x520 0x1>;
reg = <0x504 0x1>;
status = "disabled";
};
};
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: 6fb16ab25d1adff73dbde6b89defcc6ce8a20734
revision: b57c64b8fcf5a7e5e3b7a501074d364d36471f18
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down
Loading