Release develop 251024
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
dtb-$(CONFIG_ARCH_ZHIHE) += a210-emu.dtb a210-emu-d2d.dtb a210-evb.dtb a210-dev.dtb a210-evb-d2d.dtb
|
||||
dtb-$(CONFIG_ARCH_ZHIHE) += a210-emu.dtb a210-emu-d2d.dtb a210-som-v1.dtb a210-evb.dtb a210-dev.dtb a210-evb-d2d.dtb
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
|
||||
|
||||
@@ -62,10 +62,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>;
|
||||
};
|
||||
|
||||
|
||||
@@ -410,9 +410,10 @@
|
||||
reg = <0x00 0x00260000 0x0 0x1000>,<0x00 0x00250000 0x0 0x1000>,
|
||||
<0x00 0x10141600 0x0 0x100>,<0x00 0x10141400 0x0 0x100>,
|
||||
<0x00 0x04810000 0x0 0x1000>,<0x00 0x05810000 0x0 0x1000>,
|
||||
<0x00 0x04900000 0x0 0x1000>,<0x00 0x20250000 0x0 0x1000>;
|
||||
<0x00 0x04900000 0x0 0x1000>,<0x00 0x20250000 0x0 0x1000>,
|
||||
<0x00 0x10140000 0x0 0xE00>;
|
||||
reg-names = "PLL_WRAP","TOP_CRG","CPU_SS_CLK_SYSREG","CPU_SS_CPU_PLL",
|
||||
"DDR0_SYSREG","DDR1_SYSREG","SLC_DUAL_SYSREG","TOP_CRG_T";
|
||||
"DDR0_SYSREG","DDR1_SYSREG","SLC_DUAL_SYSREG","TOP_CRG_T","CPU_SS_CCU";
|
||||
#clock-cells = <1>;
|
||||
clocks = <&osc_32k>, <&osc_24m>, <&rc_24m>;
|
||||
clock-names = "osc_32k", "osc_24m", "rc_24m";
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
}
|
||||
|
||||
/ {
|
||||
model = "A210 DEV configuration";
|
||||
model = "A210 SOM-V1 configuration";
|
||||
|
||||
aliases {
|
||||
ethernet0 = &gmac0;
|
||||
@@ -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>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user