Skip to content

Commit

Permalink
dts64: mt7622: add nodes for pstore
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Oct 2, 2023
1 parent 339d498 commit 195f049
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions arch/arm/dts/mt7622.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,30 @@
};
};

psci {
compatible = "arm,psci-1.0";
method = "smc";
};

reserved-memory {
#address-cells = <1>;
#size-cells = <1>;
ranges;

/* 64 KiB reserved for ramoops/pstore */
ramoops@0x42ff0000 {
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>;
no-map;
};
};

snfi: snfi@1100d000 {
compatible = "mediatek,mtk-snfi-spi";
reg = <0x1100d000 0x2000>;
Expand Down

0 comments on commit 195f049

Please sign in to comment.