@@ -165,12 +165,30 @@ C1_L2: l2-cache1 {
};
};
- memory@80000000 {
+ memory0: memory@80000000 {
device_type = "memory";
- reg = <0x00000000 0x80000000 0 0x80000000>,
- <0x00000008 0x80000000 0 0x80000000>;
+ reg = <0x00000000 0x80000000 0 0x80000000>;
};
+ memory1: memory@880000000 {
+ device_type = "memory";
+ reg = <0x00000008 0x80000000 0 0x78000000>;
+ };
+
+ tags0: tag-storage@8f8000000 {
+ compatible = "arm,mte-tag-storage";
+ reg = <0x00000008 0xf8000000 0 0x4000000>;
+ block-size = <0x1000>;
+ memory = <&memory0>;
+ };
+
+ tags1: tag-storage@8fc000000 {
+ compatible = "arm,mte-tag-storage";
+ reg = <0x00000008 0xfc000000 0 0x3c00000>;
+ block-size = <0x1000>;
+ memory = <&memory1>;
+ };
+
reserved-memory {
#address-cells = <2>;
#size-cells = <2>;