Skip to content

Commit

Permalink
arm64: dts: mt7986: add pstore reserved memory
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Apr 10, 2024
1 parent 65e890a commit 6101757
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm64/boot/dts/mediatek/mt7986a.dtsi
Expand Up @@ -68,6 +68,14 @@
#address-cells = <2>;
#size-cells = <2>;
ranges;

/* 64 KiB reserved for ramoops/pstore */
ramoops@42ff0000 {
compatible = "ramoops";
reg = <0 0x42ff0000 0 0x10000>;
record-size = <0x1000>;
};

/* 192 KiB reserved for ARM Trusted Firmware (BL31) */
secmon_reserved: secmon@43000000 {
reg = <0 0x43000000 0 0x30000>;
Expand Down

0 comments on commit 6101757

Please sign in to comment.