Skip to content

Commit 43f5fb7

Browse files
kl-cruzrlubos
authored andcommitted
dts: nordic: Fix GPREGRET addresses in nRF54LM20A
CHanges needed by new validation extension. Signed-off-by: Karol Lasończyk <[email protected]>
1 parent 65a610f commit 43f5fb7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

dts/common/nordic/nrf54lm20a.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -805,19 +805,19 @@
805805
#address-cells = <1>;
806806
#size-cells = <1>;
807807

808-
gpregret1: gpregret1@51c {
808+
gpregret1: gpregret1@500 {
809809
#address-cells = <1>;
810810
#size-cells = <1>;
811811
compatible = "nordic,nrf-gpregret";
812-
reg = <0x51c 0x1>;
812+
reg = <0x500 0x1>;
813813
status = "disabled";
814814
};
815815

816-
gpregret2: gpregret2@520 {
816+
gpregret2: gpregret2@504 {
817817
#address-cells = <1>;
818818
#size-cells = <1>;
819819
compatible = "nordic,nrf-gpregret";
820-
reg = <0x520 0x1>;
820+
reg = <0x504 0x1>;
821821
status = "disabled";
822822
};
823823
};

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ manifest:
6565
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
6666
- name: zephyr
6767
repo-path: sdk-zephyr
68-
revision: pull/3110/head
68+
revision: b57c64b8fcf5a7e5e3b7a501074d364d36471f18
6969
import:
7070
# In addition to the zephyr repository itself, NCS also
7171
# imports the contents of zephyr/west.yml at the above

0 commit comments

Comments
 (0)