Release develop 251024

This commit is contained in:
hongyi
2025-10-24 10:02:40 +08:00
parent ac5bae38b9
commit 21d7f0476f
8 changed files with 26 additions and 13 deletions

View File

@@ -64,10 +64,10 @@
pcie3x1 = &rp3x1;
};
/* The first 2M will be reserved in the Kernel, and the entire available range is set here */
/* The actual capacity will be adjusted through SPL */
memory@0 {
device_type = "memory";
reg = <0x00 0x80000000 0x01 0x00000000>; /* 4G - 64MB */
reg = <0x00 0x80000000 0x01 0x00000000>; /* 4G */
numa-node-id = <0>;
};