Skip to content

Commit

Permalink
odroidc2: sync with latest linux DTS
Browse files Browse the repository at this point in the history
Reserve additional 32 MiB for TrustZone

Co-authored-by: Sebastian Eckl <sebastian.eckl@hensoldt.net>
Signed-off-by: Axel Heider <axel.heider@hensoldt.net>
  • Loading branch information
Axel Heider and Sebastian Eckl committed Jun 2, 2023
1 parent 3646e5b commit 6cedaad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/dts/odroidc2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
no-map;
};

/* 3 MiB reserved for ATF and TrustZone OS */
/* 35 MiB reserved for ATF and TrustZone OS */
secmon@5000000 {
reg = < 0x00 0x5000000 0x00 0x300000 >;
reg = < 0x00 0x5000000 0x00 0x2300000 >;
no-map;
};

Expand Down

0 comments on commit 6cedaad

Please sign in to comment.