Skip to content
Merged
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
4 changes: 2 additions & 2 deletions dts/common/nordic/nrf54l20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@

cpuapp_sram: memory@20000000 {
compatible = "mmio-sram";
reg = <0x20000000 DT_SIZE_K(512)>;
reg = <0x20000000 DT_SIZE_K(511)>;
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x0 0x20000000 0x2f000>;
ranges = <0x0 0x20000000 0x7fc00>;
};

global_peripherals: peripheral@50000000 {
Expand Down
Loading