boards: nrf54h20dk: Drop shared_ram20_region's compatible
Access to this region should no longer be requested via UICR, because it will be statically reserved by secure domain firmware. Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
This commit is contained in:
parent
ba1855632f
commit
d651be5d70
1 changed files with 0 additions and 4 deletions
|
@ -70,11 +70,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
shared_ram20_region: memory@2f88f000 {
|
shared_ram20_region: memory@2f88f000 {
|
||||||
compatible = "nordic,owned-memory";
|
|
||||||
reg = <0x2f88f000 DT_SIZE_K(4)>;
|
reg = <0x2f88f000 DT_SIZE_K(4)>;
|
||||||
status = "okay";
|
|
||||||
perm-read;
|
|
||||||
perm-write;
|
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
ranges = <0x0 0x2f88f000 0x1000>;
|
ranges = <0x0 0x2f88f000 0x1000>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue